Bug #7145 » patch-common.c
| 1 |
--- common.c.orig 2016-12-19 08:16:42 UTC |
|---|---|
| 2 |
+++ common.c |
| 3 |
@@ -3344,7 +3344,7 @@ ifaddrconf(cmd, ifname, addr, plen, plti |
| 4 |
}
|
| 5 |
#endif
|
| 6 |
|
| 7 |
- d_printf(LOG_DEBUG, FNAME, "%s an address %s/%d on %s", cmdstr, |
| 8 |
+ d_printf(LOG_INFO, FNAME, "%s an address %s/%d on %s", cmdstr, |
| 9 |
addr2str((struct sockaddr *)addr), plen, ifname); |
| 10 |
|
| 11 |
close(s); |