VirtualBox

Changeset 46815 in vbox


Ignore:
Timestamp:
Jun 26, 2013 7:32:21 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86756
Message:

Main/VPX: be more verbose on error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r46807 r46815  
    49344934                    vrc = mDisplay->VideoCaptureStart();
    49354935                    if (RT_FAILURE(vrc))
    4936                         rc = E_FAIL;
     4936                        rc = setError(E_FAIL, tr("Unable to start video capturing (%Rrc)"), vrc);
    49374937                }
    49384938                else
     
    49404940            }
    49414941            else
    4942                 rc = E_FAIL;
     4942                rc = setError(E_FAIL, tr("Unable to set screens for capturing (%Rrc)"), vrc);
    49434943        }
    49444944        ptrVM.release();
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette