diff --git a/abuild.in b/abuild.in index aeda072..13b4ea4 100755 --- a/abuild.in +++ b/abuild.in @@ -596,7 +596,7 @@ update_config_sub() { cp "$datadir"/${f##*/} "$f" || return 1 changed=true else - msg "Not new enough $f" + msg "No update needed for $f" fi # pipe subshell will return status of last command $changed