Bug 1165407 - Properly flush the log stream after logging it. r=botond

This commit is contained in:
Kartikaya Gupta 2015-05-16 09:11:04 -04:00
parent 79aba3fb2c
commit bf6dbd738c

View File

@ -246,7 +246,7 @@ public:
if (!str.empty()) {
WriteLog(str);
}
mMessage.clear();
mMessage.str("");
}
Log &operator <<(char aChar) {