incremental
diff --git a/g3log/g3log.cpp b/g3log/g3log.cpp
index 86a437b..9b6539a 100644
--- a/g3log/g3log.cpp
+++ b/g3log/g3log.cpp
@@ -141,7 +141,7 @@
*/
bool shutDownLoggingForActiveOnly(LogWorker *active) {
if (isLoggingInitialized() && nullptr != active && (active != g_logger_instance)) {
- LOG(WARNING) << "\n\t\tAttempted to shut down logging, but the ID of the Logger is not the one that is active."
+ std::cerr << "\n\t\tAttempted to shut down logging, but the ID of the Logger is not the one that is active."
<< "\n\t\tHaving multiple instances of the g3::LogWorker is likely a BUG"
<< "\n\t\tEither way, this call to shutDownLogging was ignored"
<< "\n\t\tTry g3::internal::shutDownLogging() instead";