Skip to content
Snippets Groups Projects
Commit 54228e40 authored by Eric Cano's avatar Eric Cano
Browse files

cta/CTA#46: Fixed log level for GC message.

parent 72b5eb43
No related branches found
No related tags found
No related merge requests found
......@@ -337,7 +337,7 @@ SubprocessHandler::ProcessingStatus GarbageCollectorHandler::shutdown() {
if (!m_socketPair.get()) {
m_processManager.logContext().log(log::WARNING, "In GarbageCollectorHandler::shutdown(): no socket pair");
} else {
m_processManager.logContext().log(log::WARNING, "In GarbageCollectorHandler::shutdown(): sent shutdown message to child process");
m_processManager.logContext().log(log::INFO, "In GarbageCollectorHandler::shutdown(): sent shutdown message to child process");
m_socketPair->send("\0");
}
return m_processingStatus;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment