Author: akv
Date: 2010-12-30 20:57:29 +0100 (Thu, 30 Dec 2010)
New Revision: 3758
Modified:
trunk/src/application.c
Log:
Using g_error instead of printf for error output.
Modified: trunk/src/application.c
===================================================================
--- trunk/src/application.c 2010-12-30 19:54:59 UTC (rev 3757)
+++ trunk/src/application.c 2010-12-30 19:57:29 UTC (rev 3758)
@@ -686,7 +686,7 @@
printf("[eip]: 0x%08x\n", val);
#endif
- printf("\nPlease file a bugreport at http://bugzilla.rawstudio.org/
including the information above, thanks!\n");
+ g_error("\nPlease file a bugreport at http://bugzilla.rawstudio.org/
including the information above, thanks!\n");
/* Free the string pointers */
free( funcNames );
exit(0);
_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit