Update a debugging message in vdev_geom_open_by_guids for consistency with

similar messages elsewhere in the file.

MFC after:	4 weeks
Sponsored by:	Spectra Logic Corp
This commit is contained in:
Alan Somers 2016-04-14 19:20:31 +00:00
parent de89d74b70
commit f0ac053088
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=297986

View File

@ -625,7 +625,8 @@ vdev_geom_open_by_guids(vdev_t *vd)
g_topology_assert();
ZFS_LOG(1, "Searching by guid [%ju].", (uintmax_t)vd->vdev_guid);
ZFS_LOG(1, "Searching by guids [%ju:%ju].",
(uintmax_t)spa_guid(vd->vdev_spa), (uintmax_t)vd->vdev_guid);
cp = vdev_geom_attach_by_guids(vd);
if (cp != NULL) {
len = strlen(cp->provider->name) + strlen("/dev/") + 1;