]> sourceware.org Git - lvm2.git/commitdiff
\n old-v2_02_50 v2_02_50
authorAlasdair Kergon <agk@redhat.com>
Tue, 28 Jul 2009 20:41:41 +0000 (20:41 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 28 Jul 2009 20:41:41 +0000 (20:41 +0000)
lib/metadata/metadata.c

index 75e44950b05e1f7ba5da06b7fdd3409c442beb76..68f645f5f22b99090e95cf09a4d0c8a0b586dc27 100644 (file)
@@ -3046,7 +3046,7 @@ int pv_analyze(struct cmd_context *cmd, const char *pv_name,
 int vg_check_write_mode(vg_t *vg)
 {
        if (vg->open_mode != 'w') {
-               log_errno(EPERM, "Attempt to modify a read-only VG\n");
+               log_errno(EPERM, "Attempt to modify a read-only VG");
                return 0;
        }
        return 1;
This page took 0.042685 seconds and 5 git commands to generate.