]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Make print_hexl function write to stdout rather than using printerr
authorKevin Coffman <kwc@citi.umich.edu>
Fri, 12 Oct 2007 20:34:49 +0000 (16:34 -0400)
committerNeil Brown <neilb@suse.de>
Sun, 14 Oct 2007 23:50:55 +0000 (09:50 +1000)
print_hexl() currently uses printerr, but is really only necessary
for local debugging and should simply write to stdout.
Also change it to print the description internally.
Wrap it and its use in #ifdef DEBUG.

Signed-off-by: Kevin Coffman <kwc@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>

No differences found