spruce up error message a bit
authordiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Nov 2010 05:49:25 +0000 (05:49 +0000)
committerdiscomfitor <discomfitor@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 18 Nov 2010 05:49:25 +0000 (05:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@54667 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

examples/client_bench.c

index 92e054f..0309f87 100644 (file)
@@ -42,7 +42,8 @@ _spawn(void *data)
 //        printf("Creating connection %i\n", x);
         if (!ecore_con_server_connect(ECORE_CON_REMOTE_NODELAY, "127.0.0.1", 8080, NULL))
           {
-             printf("CRITICAL ERROR!\n");
+             printf("CRITICAL ERROR!\n"
+                    "Could not create connection #%i!\n", x);
              exit(1);
           }
      }