From c577f2c6a3b4ddb6ba87a882723c53a248afbeba Mon Sep 17 00:00:00 2001 From: telsoa01 Date: Fri, 31 Aug 2018 09:22:23 +0100 Subject: Release 18.08 --- src/armnnUtils/Logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/armnnUtils/Logging.cpp') diff --git a/src/armnnUtils/Logging.cpp b/src/armnnUtils/Logging.cpp index 95978d437e..4d759a3f89 100644 --- a/src/armnnUtils/Logging.cpp +++ b/src/armnnUtils/Logging.cpp @@ -47,7 +47,7 @@ void ConfigureLogging(boost::log::core* core, bool printToStandardOutput, bool p // stdout, so we have to explicitly disable logging in this case. core->set_logging_enabled(printToStandardOutput || printToDebugOutput); - // Setup severity filter + // Sets up severity filter. boost::log::trivial::severity_level boostSeverity; switch (severity) { -- cgit v1.2.1