mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 21:56:57 +00:00
Tweak some error messages/comments.
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user