From 11628b43338e1f7372ac0ff630ee2bc8562101e7 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 17 Aug 2020 11:45:37 -0700 Subject: [PATCH] More verbosity when main loop starts. --- bean-query-goofy-daemon.plx | 1 + 1 file changed, 1 insertion(+) diff --git a/bean-query-goofy-daemon.plx b/bean-query-goofy-daemon.plx index 18ffe22..a12df68 100755 --- a/bean-query-goofy-daemon.plx +++ b/bean-query-goofy-daemon.plx @@ -95,6 +95,7 @@ sub StartRunningBeanQuery { } StartRunningBeanQuery('text'); +print STDERR "Beancount started. Main loop begins." if $VERBOSE > 0; while (1) { if (not defined $query{question}) { print STDERR "No question posed..." if $VERBOSE > 2;