spruce up error message a bit

SVN revision: 54667
This commit is contained in:
Mike Blumenkrantz 2010-11-18 05:49:25 +00:00
parent c381181854
commit fcd427bd43
1 changed files with 2 additions and 1 deletions

View 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);
}
}