More verbosity when main loop starts.
This commit is contained in:
parent
d6914c481c
commit
11628b4333
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue