Changeset 21846 in vbox
- Timestamp:
- Jul 28, 2009 2:21:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/error.c
r21312 r21846 181 181 vsprintf( txt + offset, format, args ); 182 182 #if defined(IN_GUEST) 183 crDebug("%s", txt); 183 184 outputChromiumMessage( stderr, txt ); 184 185 #else … … 233 234 vsprintf( txt + offset, format, args ); 234 235 #if defined(IN_GUEST) 236 crDebug("%s", txt); 235 237 outputChromiumMessage( stderr, txt ); 236 238 #else … … 260 262 vsprintf( txt + offset, format, args ); 261 263 #if defined(IN_GUEST) 264 crDebug("%s", txt); 262 265 outputChromiumMessage( stderr, txt ); 263 266 #else
Note:
See TracChangeset
for help on using the changeset viewer.