From 3397e96dada24aa816e567e649ced16f9d42a155 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 4 May 2004 09:51:02 +0000 Subject: [PATCH] Add newline to quiet warning. --- lustre/llite/special.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/special.c b/lustre/llite/special.c index 5bf9ec7..895f7c9 100644 --- a/lustre/llite/special.c +++ b/lustre/llite/special.c @@ -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) -- 1.8.3.1