aboutsummaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-09-20 22:11:27 +0000
committerTiago Cunha <tcunha@gmx.com>2009-09-20 22:11:27 +0000
commit3266fb5441e99c809ee56806a0eb8d113a4d099f (patch)
treef52c08a3d9aed0b3861348f4a20f8ddf21e4e99d /session.c
parentab967724365e8210ad51bbaa8b2c2d28f548e188 (diff)
downloadrtmux-3266fb5441e99c809ee56806a0eb8d113a4d099f.tar.gz
rtmux-3266fb5441e99c809ee56806a0eb8d113a4d099f.tar.bz2
rtmux-3266fb5441e99c809ee56806a0eb8d113a4d099f.zip
Sync OpenBSD patchset 332:
Regularise some fatal messages.
Diffstat (limited to 'session.c')
-rw-r--r--session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.c b/session.c
index 0282e545..b02cb06e 100644
--- a/session.c
+++ b/session.c
@@ -1,4 +1,4 @@
-/* $Id: session.c,v 1.66 2009-09-16 12:36:27 nicm Exp $ */
+/* $Id: session.c,v 1.67 2009-09-20 22:11:27 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -125,7 +125,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);