On Sun, 31 Jul 2005, Brian Candler wrote:
> #define LOG_WARNING 4 /* warning conditions */ > #define LOG_INFO 6 /* informational */ > > So OR'ing them together forces it to LOG_INFO. I think WARNING is probably a > more appropriate level for this message. +1 - that makes it visible enouhg. And until we have a switch in the config to switch it on/off - no need to have it an error or beeing fatal. Dw.
