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

dod at debian.org dod at debian.org
Sun Jun 8 17:18:12 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 3e492a6a0d507f605dfdb02c5d68a92727b0bc9d
Author: Dominique Dumont <dod at debian.org>
Date:   Sun Jun 8 19:17:55 2014 +0200

    cme: modify cryptic user message about "Fixing stuff"
---
 script/cme | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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