Xinqi Bao's Git

Make strdump(), csidump(), print to stderr
author[email protected] <[email protected]>
Fri, 11 Nov 2016 16:45:52 +0000 (17:45 +0100)
committerRoberto E. Vargas Caballero <[email protected]>
Mon, 14 Nov 2016 17:36:38 +0000 (18:36 +0100)
The two functions strdump(), csidump() are called to show errors and
their output is introduced by a message printed to stderr. Thus, it it
more consistent to have them print to stderr.

Moreover stderr is unbuffered (at least on Linux), making problems
immediately visible.


No differences found