Changeset 30460 in vbox
- Timestamp:
- Jun 28, 2010 12:16:49 PM (15 years ago)
- Location:
- trunk/src/VBox/Main/webservice
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r30171 r30460 465 465 } 466 466 467 #ifdef DEBUG 467 468 // logger instance 468 469 RTLogLoggerEx(LOG_INSTANCE, RTLOGGRPFLAGS_DJ, LOG_GROUP, "%s %s", pcszPrefix, psz); 470 #endif 469 471 470 472 RTStrFree(psz); -
trunk/src/VBox/Main/webservice/vboxweb.h
r28800 r30460 24 24 #define WEBDEBUG(a) if (g_fVerbose) { WebLog a; } 25 25 26 #ifdef DEBUG 26 27 #define LOG_GROUP LOG_GROUP_WEBSERVICE 27 28 #include <VBox/log.h> 29 #endif 28 30 29 31 #include <VBox/com/VirtualBox.h>
Note:
See TracChangeset
for help on using the changeset viewer.