From 8ab100a15b7a98c4415b07b25e93dd266c5ae649 Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Fri, 27 Aug 1999 10:18:44 +0000 Subject: [PATCH] Conform mindlessly to other 'Register foo' component printfs. git-svn-id: svn://10.0.0.236/trunk@44800 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/modules/libjar/nsJARFactory.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/modules/libjar/nsJARFactory.cpp b/mozilla/modules/libjar/nsJARFactory.cpp index 34b422d0af5..f6dabcacc06 100644 --- a/mozilla/modules/libjar/nsJARFactory.cpp +++ b/mozilla/modules/libjar/nsJARFactory.cpp @@ -199,7 +199,7 @@ extern "C" NS_EXPORT nsresult NSRegisterSelf(nsISupports* aServMgr, const char *path) { #ifdef NS_DEBUG - printf("*** Libjar is being registered\n"); + printf("*** Register libjar\n"); #endif nsresult rv; @@ -226,7 +226,7 @@ extern "C" NS_EXPORT nsresult NSUnregisterSelf(nsISupports* aServMgr, const char *path) { #ifdef NS_DEBUG - printf("*** Libjar is being unregistered\n"); + printf("*** Unregister libjar\n"); #endif nsresult rv;