summaryrefslogtreecommitdiff
path: root/src/script.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-02-11 14:08:05 +0100
committerSteven Barth <steven@midlink.org>2013-02-11 14:08:05 +0100
commit31ce2ea9f57322d526daf266c7fca4bd407297cb (patch)
tree8b889c50f68d4fdc7ce6aa2c9c85f672f4dd225a /src/script.c
parente9de72f3fc41466819f8027b6cc7a978c388ed28 (diff)
downloadodhcp6c-31ce2ea9f57322d526daf266c7fca4bd407297cb.tar.gz
Be less verbose in log
Diffstat (limited to 'src/script.c')
-rw-r--r--src/script.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script.c b/src/script.c
index 43af988..205c581 100644
--- a/src/script.c
+++ b/src/script.c
@@ -164,7 +164,6 @@ static void entry_to_env(const char *name, const void *data, size_t len, bool ho
void script_call(const char *status)
{
- syslog(LOG_WARNING, "State for %s changed to %s", argv[1], status);
size_t dns_len, search_len, custom_len, sntp_ip_len, sntp_dns_len;
size_t sip_ip_len, sip_fqdn_len;