Improve message when skipping a helper because it is already run.

This commit is contained in:
Daniel Baumann 2011-09-07 15:53:50 +02:00
parent 805fc35877
commit 65f626fe9c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Check_stagefile ()
if [ "${_FORCE}" != "true" ]
then
# Skipping execution
Echo_warning "skipping %s" "${NAME}"
Echo_warning "skipping %s, already done" "${NAME}"
exit 0
else
# Forcing execution