cosmetic: less spam from CB_RECALL

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2012-02-20 12:26:33 -08:00 committed by unknown
parent afd1a3c0db
commit 103124377a

View file

@ -311,7 +311,6 @@ static bool_t op_cb_recall_args(XDR *xdr, struct cb_recall_args *args)
{ {
bool_t result; bool_t result;
dprintf(1, "decoding recall args\n");
result = common_stateid(xdr, &args->stateid); result = common_stateid(xdr, &args->stateid);
if (!result) { CBX_ERR("recall.stateid"); goto out; } if (!result) { CBX_ERR("recall.stateid"); goto out; }