From 2f26954ab0c4f514d982f327894513ca46e16311 Mon Sep 17 00:00:00 2001 From: alex <alex> Date: Tue, 20 Sep 2005 09:38:36 +0000 Subject: [PATCH] - minor typo: CDEBUG() doesn't add \n at the end --- lustre/obdclass/capa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/obdclass/capa.c b/lustre/obdclass/capa.c index a611551278..92335c61ea 100644 --- a/lustre/obdclass/capa.c +++ b/lustre/obdclass/capa.c @@ -92,8 +92,8 @@ find_capa(struct hlist_head *head, uid_t uid, int capa_op, __u64 mdsid, struct obd_capa *ocapa; uid_t ouid; - CDEBUG(D_INODE, "find capa for (uid %lu, op %d, mdsid "LPU64", ino %lu" - " igen %lu, type %d", uid, capa_op, mdsid, ino, igen, type); + CDEBUG(D_INODE, "find capa for (uid %u, op %d, mdsid "LPU64", ino %lu" + " igen %u, type %d\n", (unsigned) uid, capa_op, mdsid, ino, igen, type); hlist_for_each_entry(ocapa, pos, head, c_hash) { if (ocapa->c_capa.lc_ino != ino) continue; -- GitLab