diff --git a/lustre/quota/quota_context.c b/lustre/quota/quota_context.c
index 0df0344..2a71088 100644
--- a/lustre/quota/quota_context.c
+++ b/lustre/quota/quota_context.c
@@ -682,7 +682,9 @@ dqacq_completion(struct obd_device *obd, struct lustre_quota_ctxt *qctxt,
                 qctl->qc_cmd = Q_SETQUOTA;
                 err = fsfilt_quotactl(obd, sb, qctl);
                 if (err)
-                        CERROR("error set quota fs limit! (rc:%d)\n", err);
+                        CERROR("error set quota fs limit! rc:%d, "
+                               "count:"LPU64", hardlimit:"LPU64" isblk:%d\n",
+                               err, count, *hardlimit, QDATA_IS_BLK(qdata));
 
                 QDATA_DEBUG(qdata, "%s completion\n",
                             opc == QUOTA_DQACQ ? "DQACQ" : "DQREL");