]> granicus.if.org Git - zfs/commitdiff
Add space in error message
authorTom Caputi <tcaputi@datto.com>
Tue, 19 Mar 2019 17:22:39 +0000 (13:22 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Mar 2019 17:22:39 +0000 (10:22 -0700)
This patch simply adds a missing space in the
ZFS_ERR_FROM_IVSET_GUID_MISSING error message.

Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Don Brady <don.brady@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tom Caputi <tcaputi@datto.com>
Closes #8514

lib/libzfs/libzfs_sendrecv.c

index c140e5d30335389b4da9d81465baf13529561a1d..f76900a9c55254618b217d20743db4869124bae7 100644 (file)
@@ -4394,8 +4394,8 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap,
                        break;
                case ZFS_ERR_FROM_IVSET_GUID_MISSING:
                        zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
-                           "IV set guid missing. See errata %u at"
-                           "http://zfsonlinux.org/msg/ZFS-8000-ER"),
+                           "IV set guid missing. See errata %u at "
+                           "http://zfsonlinux.org/msg/ZFS-8000-ER."),
                            ZPOOL_ERRATA_ZOL_8308_ENCRYPTION);
                        (void) zfs_error(hdl, EZFS_BADSTREAM, errbuf);
                        break;