зеркало из https://github.com/mozilla/pjs.git
Conform mindlessly to other 'Register foo' component printfs.
This commit is contained in:
Родитель
563ea5fbbf
Коммит
7d54348b45
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче