Update logworker.cpp

This commit is contained in:
Kjell Hedström 2016-06-23 21:35:43 -06:00 committed by GitHub
parent 56b3f20517
commit e31c2045cc

View File

@ -52,7 +52,7 @@ namespace g3 {
std::string exiting = {"Fatal type: "};
uniqueMsg->write().append("). ").append(exiting).append(" ").append(reason)
.append("\nLog content flushed flushed sucessfully to sink\n\n");
.append("\nLog content flushed sucessfully to sink\n\n");
std::cerr << uniqueMsg->toString() << std::flush;
for (auto& sink : _sinks) {