]> git.decadent.org.uk Git - nfs-utils.git/commit
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)
commit9d88647ae72b92b497d9590bfa5fd9685033e7d6
tree1a48f1b3c70147c59ae1617f2d1d2c8f725b0829
parentde72a808a5699a4c6ded5b82c563da0b237d107e
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 <kwc@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
utils/gssd/svcgssd_proc.c