From b07f46f1016928ee07e53b66573407c9f49d9552 Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sun, 1 Jun 2014 14:19:47 +0200 Subject: Output some counts from selection.db into update log. --- sources/master/update.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sources/master') diff --git a/sources/master/update.sh b/sources/master/update.sh index 8d49af9..85c3ee7 100755 --- a/sources/master/update.sh +++ b/sources/master/update.sh @@ -47,6 +47,9 @@ m4 --prefix-builtins \ -D __MIN_COUNT_RELATIONS_PER_TYPE__=$min_count_relations_per_type \ selection.sql | sqlite3 $SELECTION_DB +echo "Selection database contents:" +sqlite3 $SELECTION_DB < ../db/show_selection_stats.sql + echo "`$DATECMD` Update history database..." if [ ! -e $HISTORY_DB ]; then -- cgit v1.2.3