зеркало из https://github.com/mozilla/pjs.git
Added missing flush.
This commit is contained in:
Родитель
73ed9e9a0f
Коммит
a7c5dd071b
|
@ -174,4 +174,5 @@ NS_COM void nsDebug::Warning(const char* aMessage,
|
|||
InitLog();
|
||||
PR_LOG(gDebugLog, PR_LOG_ERROR,
|
||||
("Warning: \"%s\" at file %s, line %d", aMessage, aFile, aLine));
|
||||
PR_LogFlush();
|
||||
}
|
||||
|
|
|
@ -174,4 +174,5 @@ NS_COM void nsDebug::Warning(const char* aMessage,
|
|||
InitLog();
|
||||
PR_LOG(gDebugLog, PR_LOG_ERROR,
|
||||
("Warning: \"%s\" at file %s, line %d", aMessage, aFile, aLine));
|
||||
PR_LogFlush();
|
||||
}
|
||||
|
|
|
@ -174,4 +174,5 @@ NS_COM void nsDebug::Warning(const char* aMessage,
|
|||
InitLog();
|
||||
PR_LOG(gDebugLog, PR_LOG_ERROR,
|
||||
("Warning: \"%s\" at file %s, line %d", aMessage, aFile, aLine));
|
||||
PR_LogFlush();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче