libceph: trivial fix for the incorrect debug output
authorJiaju Zhang <jjzhang@suse.de>
Fri, 20 Jul 2012 13:18:36 +0000 (08:18 -0500)
committerSage Weil <sage@inktank.com>
Tue, 31 Jul 2012 01:15:36 +0000 (18:15 -0700)
commit048a9d2d069e3d63c9169de82649be00de65a8f6
treeeab3feebe35a32b6539f4921912820cecb97ecf3
parent21ec6ffa46719a4ed45531b5b01014c26f0416c4
libceph: trivial fix for the incorrect debug output

This is a trivial fix for the debug output, as it is inconsistent
with the function name so may confuse people when debugging.

[elder@inktank.com: switched to use __func__]

Signed-off-by: Jiaju Zhang <jjzhang@suse.de>
Reviewed-by: Alex Elder <elder@inktank.com>
net/ceph/osd_client.c