aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-06-07 13:45:53 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-06-07 13:45:53 -0400
commit02c67525cf325131aa06c6b0c6fd457bd57161e3 (patch)
tree76c8467242e8a1c2c2b03e56b6e2755fbe5d1d9a
parentfb47ddc9d5ded3d202335ea29743b9242d54eb5a (diff)
NFSv4.1: Convert another trivial printk into a dprintk
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index bfc919fd3f06..5881f2cc5d81 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -5297,7 +5297,7 @@ static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
5297 5297
5298 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); 5298 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
5299 if (status) 5299 if (status)
5300 pr_warn("NFS: Got error %d from the server %s on " 5300 dprintk("NFS: Got error %d from the server %s on "
5301 "DESTROY_CLIENTID.", status, clp->cl_hostname); 5301 "DESTROY_CLIENTID.", status, clp->cl_hostname);
5302 return status; 5302 return status;
5303} 5303}