From c65cfd1617388388512a4aa1eedcd74b52699d6a Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Sun, 5 Feb 2017 12:20:23 -0800 Subject: [PATCH] Extra transparency --- cgi-bin/sc.txt.cgi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cgi-bin/sc.txt.cgi b/cgi-bin/sc.txt.cgi index d5e90b1..14afc52 100755 --- a/cgi-bin/sc.txt.cgi +++ b/cgi-bin/sc.txt.cgi @@ -15,7 +15,8 @@ then exit 1 fi -echo "Source: $(basename ${QUERY_SC_FILE})" +echo "Source file: $(basename ${QUERY_SC_FILE})" +echo "Generation: sc -W % \"${QUERY_SC_FILE}\"" echo sc -W % "${QUERY_SC_FILE}" -- 2.47.3