[Bf-blender-cvs] [a9521c4] master: Correction for wrong ifdef in creator

Sergey Sharybin noreply at git.blender.org
Mon Oct 6 14:55:05 CEST 2014


Commit: a9521c428eeacd7fa05ee60badf4d04361787252
Author: Sergey Sharybin
Date:   Mon Oct 6 14:54:35 2014 +0200
Branches: master
https://developer.blender.org/rBa9521c428eeacd7fa05ee60badf4d04361787252

Correction for wrong ifdef in creator

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

M	source/creator/creator.c

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

diff --git a/source/creator/creator.c b/source/creator/creator.c
index 9d1ef49..458afb2 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




More information about the Bf-blender-cvs mailing list