Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : libs/epsilon

Dir     : e17/libs/epsilon/src/lib


Modified Files:
        epsilon_thumb.c 


Log Message:
Patch from metrics for printfing the epsilon warning even if not in debug.

===================================================================
RCS file: /cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- epsilon_thumb.c     17 Aug 2006 16:21:56 -0000      1.6
+++ epsilon_thumb.c     16 Oct 2006 03:16:22 -0000      1.7
@@ -293,7 +293,7 @@
 
        if (!epsilon_server) {
                if (!epsilon_client_connect()) {
-                       if (debug) printf("Failed to connect to server\n");
+                       fprintf(stderr, "Failed to connect to server\n");
                        exit(0);
                }
        }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to