From 9601613ecd4ac9c73c27f253be86207bddda4374 Mon Sep 17 00:00:00 2001 From: Ivan Voras Date: Mon, 24 Oct 2011 12:43:20 +0000 Subject: [PATCH] It seems that the warning is much less severe than its message says. The device is certainly added to the list after the first pass. --- usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c b/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c index 525e346fa6d3..82f7992b9837 100644 --- a/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c +++ b/usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c @@ -442,7 +442,7 @@ disk_OS_get_disks(void) /* * not found there - insert it as immutable */ - syslog(LOG_WARNING, "%s: device '%s' not in " + syslog(LOG_WARNING, "%s: adding device '%s' to " "device list", __func__, disk); if ((entry = device_entry_create(disk, "", "")) == NULL)