mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Increase debug level - this message is not that important.
This commit is contained in:
parent
3e5246ce3e
commit
68e752c31c
2 changed files with 2 additions and 2 deletions
|
|
@ -389,7 +389,7 @@ next:
|
|||
g_topology_unlock();
|
||||
vdev_geom_free_id(id);
|
||||
if (cp == NULL && vd->vdev_devid != NULL) {
|
||||
ZFS_LOG(0, "Searching by ID [%s].", vd->vdev_devid);
|
||||
ZFS_LOG(1, "Searching by ID [%s].", vd->vdev_devid);
|
||||
cp = vdev_geom_attach_by_id(vd->vdev_devid,
|
||||
!!(spa_mode & FWRITE));
|
||||
if (cp != NULL) {
|
||||
|
|
|
|||
|
|
@ -389,7 +389,7 @@ next:
|
|||
g_topology_unlock();
|
||||
vdev_geom_free_id(id);
|
||||
if (cp == NULL && vd->vdev_devid != NULL) {
|
||||
ZFS_LOG(0, "Searching by ID [%s].", vd->vdev_devid);
|
||||
ZFS_LOG(1, "Searching by ID [%s].", vd->vdev_devid);
|
||||
cp = vdev_geom_attach_by_id(vd->vdev_devid,
|
||||
!!(spa_mode & FWRITE));
|
||||
if (cp != NULL) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue