зеркало из https://github.com/mozilla/pjs.git
fix spelling mistake and wrap printf behind #ifdef DEBUG
This commit is contained in:
Родитель
d4f40a6914
Коммит
8bfb1b69f2
|
@ -171,7 +171,10 @@ NS_METHOD nsAppShell::Run()
|
|||
return rv;
|
||||
}
|
||||
|
||||
printf("Got thew event queue from the service\n");
|
||||
#ifdef DEBUG
|
||||
printf("Got the event queue from the service\n");
|
||||
#endif /* DEBUG */
|
||||
|
||||
//Get the event queue for the thread.
|
||||
rv = mEventQService->GetThreadEventQueue(PR_GetCurrentThread(), &EQueue);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче