mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
zfs: fix formatting in a log statement
Submitted by: Dave Baukus <daveb@spectralogic.com> MFC after: 3 weeks Sponsored by: Spectra Logic Corp
This commit is contained in:
parent
9531d560cf
commit
4571b2776f
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ vdev_geom_attach(struct g_provider *pp, vdev_t *vd, boolean_t sanity)
|
|||
}
|
||||
error = g_access(cp, 1, 0, 1);
|
||||
if (error != 0) {
|
||||
ZFS_LOG(1, "%s(%d): g_access failed: %d", __func__,
|
||||
ZFS_LOG(1, "%s(%d): g_access failed: %d\n", __func__,
|
||||
__LINE__, error);
|
||||
vdev_geom_detach(cp, B_FALSE);
|
||||
return (NULL);
|
||||
|
|
|
|||
Loading…
Reference in a new issue