summaryrefslogtreecommitdiff
path: root/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c')
-rw-r--r--src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c b/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
index 1c9142c2..7eb4ef69 100644
--- a/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
+++ b/src/libs/xpcom18a4/nsprpub/pr/src/io/prlog.c
@@ -423,7 +423,7 @@ PR_IMPLEMENT(PRBool) PR_SetLogFile(const char *file)
#if defined(VBOX) && defined(DEBUG)
if (strcmp(file, "IPRT") == 0) {
/* initialize VBox Runtime */
- RTR3InitDll(0);
+ RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE);
newLogFile = IPRT_DEBUG_FILE;
}
else
@@ -464,7 +464,7 @@ PR_IMPLEMENT(PRBool) PR_SetLogFile(const char *file)
#if defined(VBOX) && defined(DEBUG)
if (strcmp(file, "IPRT") == 0) {
/* initialize VBox Runtime */
- RTR3InitDll(0);
+ RTR3InitDll(RTR3INIT_FLAGS_UNOBTRUSIVE);
logFile = IPRT_DEBUG_FILE;
return PR_TRUE;
}