mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-16 15:11:52 +00:00
9479 fix wrong format specifier for vdev_id
illumos/illumos-gate@c7a7b2fa08 Reviewed by: Matt Ahrens <matt@delphix.com> Approved by: Robert Mustacchi <rm@joyent.com> Author: Andriy Gapon <avg@FreeBSD.org>
This commit is contained in:
parent
732d23f312
commit
7444ba2086
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/vendor-sys/illumos/dist/; revision=337187
@ -168,7 +168,7 @@ vdev_dbgmsg_print_tree(vdev_t *vd, int indent)
|
||||
}
|
||||
|
||||
zfs_dbgmsg("%*svdev %u: %s%s, guid: %llu, path: %s, %s", indent,
|
||||
"", vd->vdev_id, vd->vdev_ops->vdev_op_type,
|
||||
"", (int)vd->vdev_id, vd->vdev_ops->vdev_op_type,
|
||||
vd->vdev_islog ? " (log)" : "",
|
||||
(u_longlong_t)vd->vdev_guid,
|
||||
vd->vdev_path ? vd->vdev_path : "N/A", state);
|
||||
|
Loading…
Reference in New Issue
Block a user