mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 13:37:12 +00:00
Regularise some fatal messages.
This commit is contained in:
@ -315,7 +315,7 @@ server_set_identify(struct client *c)
|
||||
tv.tv_usec = (delay % 1000) * 1000L;
|
||||
|
||||
if (gettimeofday(&c->identify_timer, NULL) != 0)
|
||||
fatal("gettimeofday");
|
||||
fatal("gettimeofday failed");
|
||||
timeradd(&c->identify_timer, &tv, &c->identify_timer);
|
||||
|
||||
c->flags |= CLIENT_IDENTIFY;
|
||||
|
Reference in New Issue
Block a user