Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 02c67525 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4.1: Convert another trivial printk into a dprintk

parent fb47ddc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5297,7 +5297,7 @@ static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,

	status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
	if (status)
		pr_warn("NFS: Got error %d from the server %s on "
		dprintk("NFS: Got error %d from the server %s on "
			"DESTROY_CLIENTID.", status, clp->cl_hostname);
	return status;
}