Author: post
Date: 2010-03-14 20:03:24 +0100 (Sun, 14 Mar 2010)
New Revision: 3257

Modified:
   trunk/plugins/lensfun/lensfun.c
Log:
Don't print used flags to debug console anymore.

Modified: trunk/plugins/lensfun/lensfun.c
===================================================================
--- trunk/plugins/lensfun/lensfun.c     2010-03-14 18:40:37 UTC (rev 3256)
+++ trunk/plugins/lensfun/lensfun.c     2010-03-14 19:03:24 UTC (rev 3257)
@@ -535,6 +535,7 @@
                        FALSE); /* reverse */
 
                /* Print flags used */
+#if 0
                GString *flags = g_string_new("");
                if (effective_flags & LF_MODIFY_TCA)
                        g_string_append(flags, " LF_MODIFY_TCA");
@@ -550,7 +551,7 @@
                        g_string_append(flags, " LF_MODIFY_SCALE");
                g_debug("Effective flags:%s", flags->str);
                g_string_free(flags, TRUE);
-
+#endif
                        
                if (effective_flags > 0)
                {


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to