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

@ -126,7 +126,7 @@ session_create(const char *name, const char *cmd, const char *cwd,
s->flags = 0;
if (gettimeofday(&s->tv, NULL) != 0)
fatal("gettimeofday");
fatal("gettimeofday failed");
s->curw = NULL;
SLIST_INIT(&s->lastw);