From 4a9593e1f6ca0e12e0dfba8cb6dc760da80acfe2 Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Tue, 15 Sep 1998 00:18:10 +0000 Subject: [PATCH] Fixed log module name git-svn-id: svn://10.0.0.236/trunk@10014 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsWebShell.cpp | 2 +- mozilla/webshell/src/nsWebShell.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/docshell/base/nsWebShell.cpp b/mozilla/docshell/base/nsWebShell.cpp index 49c9dc22915..0ae5f58919c 100644 --- a/mozilla/docshell/base/nsWebShell.cpp +++ b/mozilla/docshell/base/nsWebShell.cpp @@ -60,7 +60,7 @@ * Note: the log module is created during initialization which * means that you cannot perform logging before then. */ -static PRLogModuleInfo* gLogModule = PR_NewLogModule("webwidget"); +static PRLogModuleInfo* gLogModule = PR_NewLogModule("webshell"); #endif #define WEB_TRACE_CALLS 0x1 diff --git a/mozilla/webshell/src/nsWebShell.cpp b/mozilla/webshell/src/nsWebShell.cpp index 49c9dc22915..0ae5f58919c 100644 --- a/mozilla/webshell/src/nsWebShell.cpp +++ b/mozilla/webshell/src/nsWebShell.cpp @@ -60,7 +60,7 @@ * Note: the log module is created during initialization which * means that you cannot perform logging before then. */ -static PRLogModuleInfo* gLogModule = PR_NewLogModule("webwidget"); +static PRLogModuleInfo* gLogModule = PR_NewLogModule("webshell"); #endif #define WEB_TRACE_CALLS 0x1