~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to tools/vgsplit.c

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2013-03-03 12:33:47 UTC
  • mfrom: (1.1.15)
  • Revision ID: package-import@ubuntu.com-20130303123347-smfwei6dodkdth55
Tags: 2.02.98-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
493
493
 
494
494
        backup(vg_to);
495
495
 
496
 
        log_print("%s volume group \"%s\" successfully split from \"%s\"",
497
 
                  existing_vg ? "Existing" : "New",
498
 
                  vg_to->name, vg_from->name);
 
496
        log_print_unless_silent("%s volume group \"%s\" successfully split from \"%s\"",
 
497
                                existing_vg ? "Existing" : "New",
 
498
                                vg_to->name, vg_from->name);
499
499
 
500
500
        r = ECMD_PROCESSED;
501
501