Whamcloud - gitweb
b=21670 use the correct fmt specifier for *printf in check_cur_qunit
[fs/lustre-release.git] / lustre / quota / quota_context.c
index 0a19113..43e7c67 100644 (file)
@@ -349,7 +349,7 @@ check_cur_qunit(struct obd_device *obd,
                 quota_compute_lqs(qdata, lqs, 1, (ret == 1) ? 1 : 0);
 
         CDEBUG(D_QUOTA, "type: %c, limit: "LPU64", usage: "LPU64
-               ", pending_write: "LPU64", record: "LPD64
+               ", pending_write: "LPU64", record: %lld"
                ", qunit_sz: %lu, tune_sz: %lu, ret: %d.\n",
                QDATA_IS_BLK(qdata) ? 'b' : 'i', limit, usage, pending_write,
                record, qunit_sz, tune_sz, ret);