diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-07 13:04:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-07 13:04:14 +0200 |
commit | 4305d2d50142211997c789190335e5807eda9185 (patch) | |
tree | cd96c6fb4e246e4acc7a9de22d5496b13a583de4 | |
parent | 881b6591e244173c7f65b2fc0305d716c49467ab (diff) | |
download | jenkins.debian.net-4305d2d50142211997c789190335e5807eda9185.tar.xz |
reproducible: remove useless warning, as it's been fixed automatically
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index d8883ffb..f2a7fb30 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -193,7 +193,7 @@ if [ -s $RESULT ] ; then DIRTY=true PSCALL="" echo - echo "Warning: processes found which should not be there, killing them now:" + echo "Info: processes found which should not be there, killing them now:" for PROCESS in $(cat $TOKILL) ; do PSCALL=${PSCALL:+"$PSCALL,"}"$PROCESS" done |