From: <abe...@us...> - 2017-06-05 21:56:42
|
Revision: 8375 http://sourceforge.net/p/astlinux/code/8375 Author: abelbeck Date: 2017-06-05 21:56:40 +0000 (Mon, 05 Jun 2017) Log Message: ----------- wide-dhcpv6, change 'failed to open /etc/wide-dhcpv6/dhcp6cctlkey:' from LOG_ERR to LOG_NOTICE so it no longer confuses users. Modified Paths: -------------- branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0004-GNU-libc6-fixes.patch Modified: branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0004-GNU-libc6-fixes.patch =================================================================== --- branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0004-GNU-libc6-fixes.patch 2017-06-04 16:06:36 UTC (rev 8374) +++ branches/1.0/package/wide-dhcpv6/wide-dhcpv6-0004-GNU-libc6-fixes.patch 2017-06-05 21:56:40 UTC (rev 8375) @@ -2420,7 +2420,7 @@ if ((fp = fopen(keyfile, "r")) == NULL) { - dprintf(LOG_ERR, FNAME, "failed to open %s: %s", keyfile, -+ debug_printf(LOG_ERR, FNAME, "failed to open %s: %s", keyfile, ++ debug_printf(LOG_NOTICE, FNAME, "failed to open %s: %s", keyfile, strerror(errno)); return (-1); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |