Make strdump(), csidump(), print to stderr
authorpl@ninthfloor.org <pl@ninthfloor.org>
Fri, 11 Nov 2016 16:45:52 +0000 (17:45 +0100)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
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