diff --git a/lustre/llite/rw.c b/lustre/llite/rw.c index 52e1437c381e8e74f92cccea57a31af1e2ab8e48..113c5accbf66f885638c446235ae2f27fd6c5b1a 100644 --- a/lustre/llite/rw.c +++ b/lustre/llite/rw.c @@ -778,7 +778,7 @@ int ll_readpage(struct file *filp, struct page *page) if (rc == 0) { static unsigned long next_print; - CDEBUG(D_INODE, "didn't match a lock"); + CDEBUG(D_INODE, "didn't match a lock\n"); if (time_after(jiffies, next_print)) { next_print = jiffies + 30 * HZ; CERROR("not covered by a lock (mmap?). check debug "