Tweak some error messages/comments.

This commit is contained in:
nicm
2015-09-01 19:50:09 +00:00
parent 66a2720c56
commit 93b946ee50
3 changed files with 2 additions and 3 deletions

View File

@ -1060,7 +1060,7 @@ server_client_msg_dispatch(struct client *c)
s = c->session;
if (gettimeofday(&c->activity_time, NULL) != 0)
fatal("gettimeofday");
fatal("gettimeofday failed");
if (s != NULL)
session_update_activity(s, &c->activity_time);