=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/names.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/tmux/names.c 2009/09/01 13:09:49 1.6 +++ src/usr.bin/tmux/names.c 2009/09/20 14:58:12 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: names.c,v 1.6 2009/09/01 13:09:49 nicm Exp $ */ +/* $OpenBSD: names.c,v 1.7 2009/09/20 14:58:12 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott @@ -36,7 +36,7 @@ struct timeval tv, tv2; if (gettimeofday(&tv, NULL) != 0) - fatal("gettimeofday"); + fatal("gettimeofday failed"); for (i = 0; i < ARRAY_LENGTH(&windows); i++) { w = ARRAY_ITEM(&windows, i);