Changeset 6273 in vbox
- Timestamp:
- Jan 8, 2008 11:06:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/log-vbox.cpp
r6147 r6273 185 185 return g_pLogger; 186 186 187 /* If we are doing backdoor logging then we do not want to 188 create an additional log file inside the guest. */ 189 #ifdef LOG_TO_BACKDOOR 190 return g_pLogger = NULL; 191 #endif 187 192 #ifdef IN_RING3 188 193 /*
Note:
See TracChangeset
for help on using the changeset viewer.