DEBUG EVALUATE: Use output_log() instead of printf().
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 25 Jan 2021 00:59:29 +0000 (16:59 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 25 Jan 2021 01:00:37 +0000 (17:00 -0800)
commit8a490bdb254cf8d37eb4ac4edf91c7ef933c92dd
tree0d56072f00d763527dd28b4605054239743073ba
parent30426c360cc5dc55732bdd7c21a07cd46176bac5
DEBUG EVALUATE: Use output_log() instead of printf().

I found that with upcoming changes to the output engine, the relative
ordering of output from printf() and from the output engine changed.  This
commit makes it all go through the output engine, which keeps it
consistent as the output engine changes.
src/language/expressions/evaluate.c
tests/data/calendar.at
tests/language/expressions/evaluate.at
tests/language/expressions/parse.at