Whamcloud - gitweb
Add newline to quiet warning.
authoradilger <adilger>
Tue, 4 May 2004 09:51:02 +0000 (09:51 +0000)
committeradilger <adilger>
Tue, 4 May 2004 09:51:02 +0000 (09:51 +0000)
lustre/llite/special.c

index 5bf9ec7..895f7c9 100644 (file)
@@ -293,7 +293,7 @@ static int ll_special_open(struct inode *inode, struct file *filp)
 
         err = ll_local_open(filp, it);
         if (rc != 0) {
-                CERROR("error opening special file: rc %d", rc);
+                CERROR("error opening special file: rc %d\n", rc);
                 ll_mdc_close(ll_i2sbi(inode)->ll_mdc_exp, inode, filp);
         } else if (err) {
                 if (pfop && *pfop && (*pfop)->release)