diff options
author | Alan Somers <asomers@FreeBSD.org> | 2015-12-11 00:04:13 +0000 |
---|---|---|
committer | Alan Somers <asomers@FreeBSD.org> | 2015-12-11 00:04:13 +0000 |
commit | 670ffd5e5c376292cdcd82947a12dcd73eb65e5c (patch) | |
tree | 3ff53fc5a175338f1594e104a7ea277a4000cf8b | |
parent | 5e09bdc8210ffa40d74e0eab2cd5d0afd555ae27 (diff) |
Notes
-rw-r--r-- | sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c index 7e7dc4462490..5491442e9b3c 100644 --- a/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c +++ b/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/vdev_geom.c @@ -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; } |