This commit is contained in:
warren%netscape.com 1999-03-19 05:42:20 +00:00
Родитель 73ed9e9a0f
Коммит a7c5dd071b
3 изменённых файлов: 3 добавлений и 0 удалений

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

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