If epsilon can't connect to the server it exits, and if you're not in
debug mode, then you don't get a reason. Not cool at all.
metrics
Index: epsilon_thumb.c
===================================================================
RCS file: /var/cvs/e/e17/libs/epsilon/src/lib/epsilon_thumb.c,v
retrieving revision 1.6
diff -u -r1.6 epsilon_thumb.c
--- epsilon_thumb.c 17 Aug 2006 16:21:56 -0000 1.6
+++ epsilon_thumb.c 16 Oct 2006 04:39:18 -0000
@@ -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-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel