Conform mindlessly to other 'Register foo' component printfs.
git-svn-id: svn://10.0.0.236/trunk@44800 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user