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.
This commit is contained in:
Ivan Voras 2011-10-24 12:43:20 +00:00
parent e9e42921af
commit 9601613ecd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226684

View File

@ -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)