]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
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)
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>

No differences found