From e0231328050d4eaf9977dc6c3c112a56febe5ccc Mon Sep 17 00:00:00 2001 From: "danm%netscape.com" Date: Mon, 9 Apr 2001 02:25:52 +0000 Subject: [PATCH] oops git-svn-id: svn://10.0.0.236/trunk@91725 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/profile/src/nsProfile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/profile/src/nsProfile.cpp b/mozilla/profile/src/nsProfile.cpp index d3444c8c2d1..5790f112a12 100644 --- a/mozilla/profile/src/nsProfile.cpp +++ b/mozilla/profile/src/nsProfile.cpp @@ -114,8 +114,10 @@ // we want everyone to have the debugging info to the console for now // to help track down profile manager problems // when we ship, we'll turn this off +#define DEBUG_profile 1 #undef DEBUG_profile_verbose #ifdef DEBUG_seth +#define DEBUG_profile_verbose 1 #endif // ProfileAccess varaible (gProfileDataAccess) to access registry operations