Changeset 18740 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Apr 6, 2009 9:29:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r18628 r18740 976 976 if (RT_FAILURE(rc)) 977 977 { 978 RTPrintf("VBoxHeadless: Runtime Error!\n"); 978 RTPrintf("VBoxHeadless: Runtime Error:\n" 979 " %Rrc -- %Rrf\n", rc, rc); 979 980 switch (rc) 980 981 {
Note:
See TracChangeset
for help on using the changeset viewer.