- Timestamp:
- Feb 1, 2007 1:05:10 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r501 r503 488 488 else 489 489 pszType = "WARNING"; 490 RT StrmPrintf(g_pStdErr,"\n%s: ** %lS **\n%lS\n%s\n", pszType, id, message,490 RTPrintf("\n%s: ** %lS **\n%lS\n%s\n", pszType, id, message, 491 491 fPaused ? "The VM was paused. Continue with HostKey + P after you solved the problem.\n" : ""); 492 492 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.