Author: akv
Date: 2010-12-30 20:54:59 +0100 (Thu, 30 Dec 2010)
New Revision: 3757

Modified:
   trunk/librawstudio/rs-profile-camera.c
Log:
Using g_warning instead of printf for warning output.

Modified: trunk/librawstudio/rs-profile-camera.c
===================================================================
--- trunk/librawstudio/rs-profile-camera.c      2010-12-30 19:49:47 UTC (rev 
3756)
+++ trunk/librawstudio/rs-profile-camera.c      2010-12-30 19:54:59 UTC (rev 
3757)
@@ -104,6 +104,6 @@
                camera = camera->next;
        }
        xmlFree(doc);
-       printf("\033[31mCould not find unique camera: Make:'%s'. 
Model:'%s'\033[0m\n", make, model);
+       g_warning("Could not find unique camera: Make:'%s'. Model:'%s'", make, 
model);
        return NULL;
 }


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

Reply via email to