Whamcloud - gitweb
LU-6245 client: remove types abstraction from client code
[fs/lustre-release.git] / lustre / obdclass / llog_cat.c
index 1e0c1fd..6441725 100644 (file)
@@ -911,7 +911,7 @@ static int llog_cat_size_cb(const struct lu_env *env,
        size = llog_size(env, llh);
        *cum_size += size;
 
-       CDEBUG(D_INFO, "Add llog entry "DOSTID" size "LPU64"\n",
+       CDEBUG(D_INFO, "Add llog entry "DOSTID" size %llu\n",
               POSTID(&llh->lgh_id.lgl_oi), size);
 
        llog_handle_put(llh);