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
diff options
context:
space:
mode:
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 9d1ef49d969..458afb2d131 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -1604,7 +1604,7 @@ int main(
#ifdef WITH_LIBMV
libmv_initLogging(argv[0]);
-#elif defined(WITH_CYCLES_DEBUG)
+#elif defined(WITH_CYCLES_LOGGING)
CCL_init_logging(argv[0]);
#endif