Change an important error message from ZFS_LOG to printf
Submitted by: gibbs MFC after: 4 weeks Sponsored by: Spectra Logic Corp
This commit is contained in:
parent
5e09bdc821
commit
670ffd5e5c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292069
@ -523,7 +523,7 @@ vdev_geom_attach_by_guids(uint64_t pool_guid, uint64_t vdev_guid)
|
||||
continue;
|
||||
cp = vdev_geom_attach(pp);
|
||||
if (cp == NULL) {
|
||||
ZFS_LOG(1, "ZFS WARNING: Unable to "
|
||||
printf("ZFS WARNING: Unable to "
|
||||
"attach to %s.\n", pp->name);
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user