[Bf-blender-cvs] [c648ddb9a1e] master: Cycles: Correct comment after previous commit

Sergey Sharybin noreply at git.blender.org
Fri Apr 28 16:47:49 CEST 2017


Commit: c648ddb9a1e94f84d4220c35207768862e9d19a8
Author: Sergey Sharybin
Date:   Fri Apr 28 16:47:24 2017 +0200
Branches: master
https://developer.blender.org/rBc648ddb9a1e94f84d4220c35207768862e9d19a8

Cycles: Correct comment after previous commit

===================================================================

M	intern/cycles/util/util_logging.cpp

===================================================================

diff --git a/intern/cycles/util/util_logging.cpp b/intern/cycles/util/util_logging.cpp
index d97ed01aebc..f38683bf7de 100644
--- a/intern/cycles/util/util_logging.cpp
+++ b/intern/cycles/util/util_logging.cpp
@@ -30,7 +30,7 @@ void util_logging_init(const char *argv0)
 #ifdef WITH_CYCLES_LOGGING
 	using CYCLES_GFLAGS_NAMESPACE::SetCommandLineOption;
 
-	/* Make it so FATAL messages are always print into console. */
+	/* Make it so ERROR messages are always print into console. */
 	char severity_fatal[32];
 	snprintf(severity_fatal, sizeof(severity_fatal), "%d",
 	         google::GLOG_ERROR);




More information about the Bf-blender-cvs mailing list