INN commit: branches/2.5/innfeed (main.c)
INN Commit
rra at isc.org
Sun Oct 3 12:02:56 UTC 2010
Date: Sunday, October 3, 2010 @ 05:02:56
Author: iulius
Revision: 9134
Mention in the logs of innfeed that a warning may be fine
when a new CNFS buffer has just been set up.
Thanks to Michael Grimm for having reported the issue.
Modified:
branches/2.5/innfeed/main.c
--------+
main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: main.c
===================================================================
--- main.c 2010-10-03 12:02:22 UTC (rev 9133)
+++ main.c 2010-10-03 12:02:56 UTC (rev 9134)
@@ -298,8 +298,8 @@
exit(1);
}
if (!SMinit()) {
- d_printf(0, "Storage manager initialization failed\n");
- syslog(LOG_ERR, "Storage manager initialization failed\n");
+ d_printf(0, "Storage manager initialization failed -- it is OK after a change in storage methods\n");
+ syslog(LOG_ERR, "Storage manager initialization failed -- it is OK after a change in storage methods\n");
exit(1);
}
More information about the inn-committers
mailing list