diff options
author | Tim Haley <Tim.Haley@Sun.COM> | 2009-11-09 23:34:30 -0700 |
---|---|---|
committer | Tim Haley <Tim.Haley@Sun.COM> | 2009-11-09 23:34:30 -0700 |
commit | a33cae9802e94744efee12a7a77c89360645eae8 (patch) | |
tree | d7b69166d262288a2827d83a25f4ee1038cf44a7 /usr/src/lib/libzfs/common/libzfs_pool.c | |
parent | 0bf69b1594a58d5fc853e7b79f8cb5edaeb0dc4c (diff) | |
download | illumos-gate-a33cae9802e94744efee12a7a77c89360645eae8.tar.gz |
6899159 injection isn't trashing pools
6899160 pool recovery info sometimes not appearing
Diffstat (limited to 'usr/src/lib/libzfs/common/libzfs_pool.c')
-rw-r--r-- | usr/src/lib/libzfs/common/libzfs_pool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libzfs/common/libzfs_pool.c b/usr/src/lib/libzfs/common/libzfs_pool.c index e30f876279..0b28814a50 100644 --- a/usr/src/lib/libzfs/common/libzfs_pool.c +++ b/usr/src/lib/libzfs/common/libzfs_pool.c @@ -1355,8 +1355,8 @@ zpool_explain_recover(libzfs_handle_t *hdl, const char *name, int reason, } } (void) printf(dgettext(TEXT_DOMAIN, - "Recovery can be\n\tattempted by executing " - "'zpool %s -F %s'. "), reason >= 0 ? "clear" : "import", name); + "Recovery can be attempted\n\tby executing 'zpool %s -F %s'. "), + reason >= 0 ? "clear" : "import", name); (void) printf(dgettext(TEXT_DOMAIN, "A scrub of the pool\n" |