Whamcloud - gitweb
Add newline to ll_readpage() debug message.
authoradilger <adilger>
Mon, 16 Feb 2004 06:56:45 +0000 (06:56 +0000)
committeradilger <adilger>
Mon, 16 Feb 2004 06:56:45 +0000 (06:56 +0000)
lustre/llite/rw.c

index 52e1437..113c5ac 100644 (file)
@@ -778,7 +778,7 @@ int ll_readpage(struct file *filp, struct page *page)
 
         if (rc == 0) {
                 static unsigned long next_print;
 
         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 "
                 if (time_after(jiffies, next_print)) {
                         next_print = jiffies + 30 * HZ;
                         CERROR("not covered by a lock (mmap?).  check debug "