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