From: Roy Marples Date: Fri, 17 May 2013 07:50:51 +0000 (+0000) Subject: Shorten executing message to avoid oerflowing 80 chars X-Git-Tag: v5.99.7~59 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21701103539f281964a5ccd2ba9ff75b497dae04;p=thirdparty%2Fdhcpcd.git Shorten executing message to avoid oerflowing 80 chars --- diff --git a/script.c b/script.c index 43a39f4e..8617bfb1 100644 --- a/script.c +++ b/script.c @@ -526,7 +526,7 @@ script_runreason(const struct interface *ifp, const char *reason) strcmp(ifp->options->script, "/dev/null") == 0) return 0; - syslog(LOG_DEBUG, "%s: executing `%s', reason %s", + syslog(LOG_DEBUG, "%s: executing `%s' %s", ifp->name, argv[0], reason); /* Make our env */