light: improve info message

This commit is contained in:
Frank Liepold 2013-07-16 09:25:02 +02:00 committed by Thomas Schoebel-Theuer
parent ddf28af52d
commit c474e17d88
1 changed files with 1 additions and 1 deletions

View File

@ -1588,7 +1588,7 @@ int peer_thread(void *data)
status = mars_create_socket(&peer->socket, &sockaddr, false); status = mars_create_socket(&peer->socket, &sockaddr, false);
if (unlikely(status < 0)) { if (unlikely(status < 0)) {
MARS_INF("no connection to '%s'\n", real_peer); MARS_INF("no connection to mars module on '%s'\n", real_peer);
brick_msleep(2000); brick_msleep(2000);
continue; continue;
} }