]> git.decadent.org.uk Git - odhcp6c.git/blobdiff - src/script.c
Update license headers
[odhcp6c.git] / src / script.c
index 43af9884c9e0999f2fec22a9e34246ffc2dd35e1..b94b25e9803acf8c0ce2cbc832a7d138c3ed661e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright (C) 2012 Steven Barth <steven@midlink.org>
+ * Copyright (C) 2012-2013 Steven Barth <steven@midlink.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License v2 as published by
@@ -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;