autospec: add some update debug messages

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-11-13 22:07:36 +01:00
parent badca703f0
commit 093aa4676c
2 changed files with 9 additions and 1 deletions

View File

@ -5,6 +5,10 @@ Changes in version 1.14.3
* autospec - Davide Madrisan:
Fix parsing of multi-string arguments.
+ update
* autospec - Davide Madrisan:
Add some update debug messages.
-------------------------------------------------------------------------------
Changes in version 1.14.2

View File

@ -193,6 +193,10 @@ echo >> $tmpargfile
notify.debug "\
running: \`$plugin_to_run --autospec-args-file=$tmpargfile'"
notify.debug "[$tmpargfile]"
notify.debug "$(cat $tmpargfile)"
$plugin_to_run --autospec-args-file=$tmpargfile
exit $?