Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-04-28 17:47:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-04-28 17:47:24 +0300
commitc648ddb9a1e94f84d4220c35207768862e9d19a8 (patch)
treed7fa03f2c34b93ff99176400ef5ab8267bb6a74c /intern
parent9ff88a596c2795d5fe2c1638b4b757df16d214f6 (diff)
Cycles: Correct comment after previous commit
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/util/util_logging.cpp2
1 files changed, 1 insertions, 1 deletions
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);