This commit is contained in:
dougt%netscape.com 2002-05-11 21:52:14 +00:00
Родитель a54b6aec9e
Коммит dd9c87c52a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -186,7 +186,7 @@ NS_COM void nsDebug::Assertion(const char* aStr, const char* aExpr,
PR_LOG(gDebugLog, PR_LOG_ERROR, ("%s", buf));
PR_LogFlush();
// And write it out to the stdout
// And write it out to the stderr
fprintf(stderr, "%s\n", buf);
fflush(stderr);