summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_maintenance.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-07 13:04:14 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-07 13:04:14 +0200
commit4305d2d50142211997c789190335e5807eda9185 (patch)
treecd96c6fb4e246e4acc7a9de22d5496b13a583de4 /bin/reproducible_maintenance.sh
parent881b6591e244173c7f65b2fc0305d716c49467ab (diff)
downloadjenkins.debian.net-4305d2d50142211997c789190335e5807eda9185.tar.xz
reproducible: remove useless warning, as it's been fixed automatically
Diffstat (limited to 'bin/reproducible_maintenance.sh')
-rwxr-xr-xbin/reproducible_maintenance.sh2
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