]> git.armaanb.net Git - st.git/commit
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)
commit902a392b905107c7b8a318c103837c54e47a068e
tree0054abef4993d7a5b2a6d419113c111a084f99b3
parent8c99915608beee03eca3bae6ed92264a0da87e2f
Make strdump(), csidump(), print to stderr

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.
st.c