diff options
-rwxr-xr-x | functions/stagefile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/stagefile.sh b/functions/stagefile.sh index b3b4dd9d6..117b0dc8f 100755 --- a/functions/stagefile.sh +++ b/functions/stagefile.sh @@ -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 |