VirtualBox

Changeset 56995 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Jul 18, 2015 11:16:49 PM (10 years ago)
Author:
vboxsync
Message:

VBoxClient: Fatal error formatting fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r56211 r56995  
    192192        rc = (*g_pService)->resume(g_pService);
    193193        if (RT_FAILURE(rc))
    194             VBClFatalError(("Error resuming the service: %Rrc\n"));
     194            VBClFatalError(("Error resuming the service: %Rrc\n", rc));
    195195    }
    196196    if (!fHasVT)
     
    198198        rc = (*g_pService)->pause(g_pService);
    199199        if (RT_FAILURE(rc))
    200             VBClFatalError(("Error pausing the service: %Rrc\n"));
     200            VBClFatalError(("Error pausing the service: %Rrc\n", rc));
    201201    }
    202202}
Note: See TracChangeset for help on using the changeset viewer.

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