diff --git a/src/libutil/logging.cc b/src/libutil/logging.cc index be0bc771f..bf31a42b3 100644 --- a/src/libutil/logging.cc +++ b/src/libutil/logging.cc @@ -335,7 +335,7 @@ bool handleJSONLogMessage(nlohmann::json & json, return true; } catch (const nlohmann::json::exception &e) { warn( - "warning: Unable to handle a JSON message from %s: %s", + "Unable to handle a JSON message from %s: %s", Uncolored(source), e.what() );