0
0
mirror of https://github.com/darkk/redsocks.git synced 2025-08-30 05:35:30 +00:00

Updated error message, written to log.

This commit is contained in:
darkk 2007-06-05 09:27:51 +00:00 committed by Leonid Evdokimov
parent 8184c24985
commit 4be1269db6

View File

@ -244,7 +244,7 @@ int redsocks_read_expected(redsocks_client *client, struct evbuffer *input, void
return 0;
}
else {
log_error("Socks server has gone away...");
log_error("Can't get expected amount of data, dropping client...");
redsocks_drop_client(client);
return -1;
}