More verbosity when main loop starts.

This commit is contained in:
Bradley M. Kuhn 2020-08-17 11:45:37 -07:00
parent d6914c481c
commit 11628b4333
No known key found for this signature in database
GPG key ID: F15E8BD6D05E26B3

View file

@ -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;