]> git.decadent.org.uk Git - nfs-utils.git/commit
rpc.statd: Use __func__ in dprintf
authorChuck Lever <chuck.lever@oracle.com>
Fri, 26 Sep 2008 20:14:49 +0000 (16:14 -0400)
committerSteve Dickson <steved@redhat.com>
Fri, 26 Sep 2008 20:14:49 +0000 (16:14 -0400)
commit7bc7c11507c853b8835e9f2ad758b8958c5607af
treefbdc3677df9b7180971956f7ecf3fa00ad59a45f
parent9b13713fa592b02da0dc79c5505fdf7002155d13
rpc.statd: Use __func__ in dprintf

Clean up: The named function in many of the debugging messages in
utils/statd/rmtcall.c is out of date.  To prevent this from happening
in the future, replace these with __func__.

Also, note() and dprintf() do not require a terminating '\n' in their
format string.  So make all invocations consistent.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
utils/statd/rmtcall.c