aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/Logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnnUtils/Logging.cpp')
-rw-r--r--src/armnnUtils/Logging.cpp2
1 files changed, 1 insertions, 1 deletions
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)
{