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/armnn/Utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/armnn/Utils.cpp') diff --git a/src/armnn/Utils.cpp b/src/armnn/Utils.cpp index fbde701a2a..5dafe54d7a 100644 --- a/src/armnn/Utils.cpp +++ b/src/armnn/Utils.cpp @@ -15,7 +15,7 @@ void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSe ConfigureLogging(boost::log::core::get().get(), printToStandardOutput, printToDebugOutput, severity); } -// Default to logging completely disabled. +// Defaults to logging completely disabled. // The user of the library must enable it if they want by calling armnn::ConfigureLogging(). struct DefaultLoggingConfiguration { @@ -27,4 +27,4 @@ struct DefaultLoggingConfiguration static DefaultLoggingConfiguration g_DefaultLoggingConfiguration; -} \ No newline at end of file +} // namespace armnn \ No newline at end of file -- cgit v1.2.1