aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authorIvan Voras <ivoras@FreeBSD.org>2011-10-24 12:43:20 +0000
committerIvan Voras <ivoras@FreeBSD.org>2011-10-24 12:43:20 +0000
commit9601613ecd4ac9c73c27f253be86207bddda4374 (patch)
tree8485b4536e6a7b11838ae2ddaf2588031c042c13 /usr.sbin/bsnmpd
parente9e42921afe584785c9aa5a9d9d15f022dd27ee1 (diff)
downloadsrc-9601613ecd4ac9c73c27f253be86207bddda4374.tar.gz
src-9601613ecd4ac9c73c27f253be86207bddda4374.zip
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.
Notes
Notes: svn path=/head/; revision=226684
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 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)