[libconfig-model-perl] 02/06: Revert "cme: modify cryptic user message about "Fixing stuff""

dod at debian.org dod at debian.org
Mon Jun 16 19:26:06 UTC 2014


This is an automated email from the git hooks/post-receive script.

dod pushed a commit to branch master
in repository libconfig-model-perl.

commit 037653a943e8a01dedc4e08d25bab9269f0d20f2
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Jun 13 22:29:36 2014 +0200

    Revert "cme: modify cryptic user message about "Fixing stuff""
    
    This reverts commit 3e492a6a0d507f605dfdb02c5d68a92727b0bc9d.
---
 script/cme | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/script/cme b/script/cme
index a728fc7..b35da7a 100644
--- a/script/cme
+++ b/script/cme
@@ -268,9 +268,7 @@ elsif ( $command eq 'fix' ) {
     @fix_from = ('') unless @fix_from;
     foreach my $path (@fix_from) {
         my $node_to_fix = $inst->config_root->grab($path);
-        my $msg = "Fixing $application configuration";
-        $msg .= "from node", $node_to_fix->name if $path;
-        say $msg. "...";
+        say "Fixing from ", $node_to_fix->name, "...";
         $node_to_fix->apply_fixes($fix_filter);
     }
     $request_save = 1;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-perl.git



More information about the Pkg-perl-cvs-commits mailing list