use debug() for wrapper-generation print outs

Use the debug() subroutine for printing out when wrappers
are generated.  This has the effect of hiding the messages
unless verbose mode is enabled.
master
Jon Dowland 2011-04-20 22:58:52 +01:00
parent 13a2976864
commit a0f82c5015
1 changed files with 1 additions and 2 deletions

View File

@ -237,8 +237,7 @@ EOF
error("rename $wrapper.new $wrapper: $!");
}
#translators: The parameter is a filename.
printf(gettext("successfully generated %s"), $wrapper);
print "\n";
debug(gettext("successfully generated %s"), $wrapper);
}
1