Debug output clean-up
Wrapped some debug output in "#ifdef DEBUG" tests, and made sure some warnings and errors were going to STDERR, rather than STDOUT. Motivation: Less noise while launching/using Tux Paint, unless it matters.
This commit is contained in:
parent
b9c929a0a1
commit
91505fae8e
6 changed files with 131 additions and 68 deletions
|
|
@ -31,6 +31,10 @@ $Id$
|
|||
* macOS build documentation updates.
|
||||
Mark K. Kim <markuskimius@gmail.com>
|
||||
|
||||
* Wrapped some debug output in "#ifdef DEBUG" tests,
|
||||
and made sure some warnings and errors were going to
|
||||
STDERR, rather than STDOUT.
|
||||
|
||||
* Other Improvements
|
||||
------------------
|
||||
* Added ability to move color palette options to the end of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue