mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-12 18:30:25 +01:00
Thanks to Rui Pacheco. Bugfix: could occurr if logger was initialized, had "shutownlogging" and then a fatal signal occurred
This commit is contained in:
parent
68e3d2f1a5
commit
aeadc490b1
@ -132,7 +132,7 @@ namespace g2 {
|
||||
error << "FATAL CALL but logger is NOT initialized\n"
|
||||
<< "SIGNAL: " << message.get()->signal()
|
||||
<< "\nMessage: \n" << message.get()->toString() << std::flush;
|
||||
std::cerr << error << std::flush;
|
||||
std::cerr << error.str() << std::flush;
|
||||
internal::exitWithDefaultSignalHandler(message.get()->_signal_id);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user