From 103124377ac7213f76c2101d015fac3d80ecb5cd Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 20 Feb 2012 12:26:33 -0800 Subject: [PATCH] cosmetic: less spam from CB_RECALL Signed-off-by: Casey Bodley --- daemon/callback_xdr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/daemon/callback_xdr.c b/daemon/callback_xdr.c index 8c1fda2..041b4e6 100644 --- a/daemon/callback_xdr.c +++ b/daemon/callback_xdr.c @@ -311,7 +311,6 @@ static bool_t op_cb_recall_args(XDR *xdr, struct cb_recall_args *args) { bool_t result; - dprintf(1, "decoding recall args\n"); result = common_stateid(xdr, &args->stateid); if (!result) { CBX_ERR("recall.stateid"); goto out; }