Added missing flush.

git-svn-id: svn://10.0.0.236/trunk@24414 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com
1999-03-19 05:42:20 +00:00
parent 55e7b193c6
commit 23227822ab
3 changed files with 3 additions and 0 deletions

View File

@@ -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();
}