From: Kevin Coffman Date: Fri, 12 Oct 2007 20:34:49 +0000 (-0400) Subject: Make print_hexl function write to stdout rather than using printerr X-Git-Tag: nfs-utils-1-1-1~8 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=9d88647ae72b92b497d9590bfa5fd9685033e7d6;hp=9d88647ae72b92b497d9590bfa5fd9685033e7d6 Make print_hexl function write to stdout rather than using printerr 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 Signed-off-by: Neil Brown ---