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

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to