From f265b84f8b93088df143e0c96486d1e3ba60f863 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 18 Jul 2008 23:23:21 +0000 Subject: [PATCH] Fix message. --- sbin/hammer/cmd_mirror.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/hammer/cmd_mirror.c b/sbin/hammer/cmd_mirror.c index e4ff910cfc..a7a295f9e2 100644 --- a/sbin/hammer/cmd_mirror.c +++ b/sbin/hammer/cmd_mirror.c @@ -31,7 +31,7 @@ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $DragonFly: src/sbin/hammer/cmd_mirror.c,v 1.9 2008/07/12 23:05:30 dillon Exp $ + * $DragonFly: src/sbin/hammer/cmd_mirror.c,v 1.10 2008/07/18 23:23:21 swildner Exp $ */ #include "hammer.h" @@ -869,7 +869,7 @@ validate_mrec_header(int fd, int fdin, int is_target, int pfs_id, sizeof(pfsd.shared_uuid)) != 0) { fprintf(stderr, "mirror-write: source and target have " - "different shared_uuid's!\n"); + "different shared-uuid's!\n"); exit(1); } if (is_target && -- 2.41.0