]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Shorten executing message to avoid oerflowing 80 chars
authorRoy Marples <roy@marples.name>
Fri, 17 May 2013 07:50:51 +0000 (07:50 +0000)
committerRoy Marples <roy@marples.name>
Fri, 17 May 2013 07:50:51 +0000 (07:50 +0000)
script.c

index 43a39f4e18997cde58e3a958bb81b0189f7184dd..8617bfb18a202e08cd495bc43efc855448136c97 100644 (file)
--- 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 */