mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
e9e42921af
commit
9601613ecd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue