beautified error message output

git-svn-id: http://svn.berlios.de/svnroot/repos/sipsak/trunk@418 75b5f7c7-cfd4-0310-b54c-e118b2c5249a
(cherry picked from commit f130f57360ac7f46c6defe3da64989ecd6ddd557)
changes/49/4849/1
nils-ohlmeier 19 years ago committed by Victor Seva
parent 7af14d989b
commit 918be6673c

@ -1091,7 +1091,7 @@ int recv_message(char *buf, int size, int inv_trans,
}
else {
check_socket_error(sock, size);
printf("nothing received, select returned error\n");
printf("\nnothing received, select returned error\n");
exit_code(2);
}
return ret;

Loading…
Cancel
Save