summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorivoras <ivoras@FreeBSD.org>2011-10-24 12:43:20 +0000
committerivoras <ivoras@FreeBSD.org>2011-10-24 12:43:20 +0000
commit4151aacb22764c54d3342d5d0d746f65f82bc5c0 (patch)
tree8485b4536e6a7b11838ae2ddaf2588031c042c13 /usr.sbin/bsnmpd
parentebadbc15cdce19205b61a8ba73f010fdfc903015 (diff)
downloadFreeBSD-src-4151aacb22764c54d3342d5d0d746f65f82bc5c0.zip
FreeBSD-src-4151aacb22764c54d3342d5d0d746f65f82bc5c0.tar.gz
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.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_hostres/hostres_diskstorage_tbl.c2
1 files changed, 1 insertions, 1 deletions
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 525e346..82f7992 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)
OpenPOWER on IntegriCloud