Merge commit 'origin/master' into for-linus/xen/master
[firefly-linux-kernel-4.4.55.git] / net / sunrpc / rpcb_clnt.c
index 8ea8907d4b8d96b1aa9bf4e23549e6268d57c24f..beee6da330358cb75ef2e7cb22037d635d0080f0 100644 (file)
@@ -194,7 +194,7 @@ static int rpcb_register_call(const u32 version, struct rpc_message *msg)
                error = PTR_ERR(rpcb_clnt);
 
        if (error < 0) {
-               printk(KERN_WARNING "RPC: failed to contact local rpcbind "
+               dprintk("RPC:       failed to contact local rpcbind "
                                "server (errno %d).\n", -error);
                return error;
        }