From: Roy Marples Date: Thu, 29 Jan 2009 13:18:57 +0000 (+0000) Subject: Shorten error msg. X-Git-Tag: v5.0.0~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141c80922499959330d53f41f5f5a54e39bdb40c;p=thirdparty%2Fdhcpcd.git Shorten error msg. --- diff --git a/dhcpcd.c b/dhcpcd.c index f0aaf1bc..d5383971 100644 --- a/dhcpcd.c +++ b/dhcpcd.c @@ -1325,7 +1325,7 @@ main(int argc, char **argv) } if (chdir("/") == -1) - syslog(LOG_ERR, "failed to chdir to /: %m"); + syslog(LOG_ERR, "chdir `/': %m"); umask(022); atexit(cleanup);