Regularise some fatal messages.

This commit is contained in:
Nicholas Marriott
2009-09-20 14:58:12 +00:00
parent 63d499f480
commit 273f1b385c
9 changed files with 16 additions and 16 deletions

View File

@ -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;