From 0076b7d2a252052ba79e06e148688cba822cd342 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 11 May 2015 20:17:59 +0200 Subject: reproducible: drop string 'Warning' from something we dont consider warning-worthy since 34a976c4e --- bin/reproducible_maintenance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_maintenance.sh') diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index ea535e86..256347d8 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -154,7 +154,7 @@ sqlite3 -init $INIT ${PACKAGES_DB} "$QUERY" > $PACKAGES 2> /dev/null || echo "Wa if grep -q '|' $PACKAGES ; then DIRTY=true echo - echo "Warning: found files relative to old packages, no more in the archive:" + echo "Found files relative to old packages, no more in the archive:" echo "Removing these removed packages from database:" printf ".width 25 12 \n $QUERY ;" | sqlite3 -init $INIT -header -column ${PACKAGES_DB} 2> /dev/null || echo "Warning: SQL query '$QUERY' failed." echo -- cgit v1.2.3-70-g09d2