From 2c8f92249288a3b94d57d0f3aa81b25dde232af7 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 7 Sep 2007 19:40:12 +0000 Subject: [PATCH] Branch b1_6 Add linefeed so message isn't confusingly overwritten. b=13547 --- lustre/utils/llverfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/llverfs.c b/lustre/utils/llverfs.c index b98093c..e1e9e3c 100644 --- a/lustre/utils/llverfs.c +++ b/lustre/utils/llverfs.c @@ -340,7 +340,7 @@ static int dir_write(char *chunk_buf, size_t chunksize, #ifdef HAVE_EXT2FS_EXT2FS_H if (!full && fsetflags(testdir, EXT2_TOPDIR_FL)) fprintf(stderr, - "\n%s: can't set TOPDIR_FL on %s: %s (ignoring)", + "\n%s: can't set TOPDIR_FL on %s: %s (ignoring)\n", progname, testdir, strerror(errno)); #endif for (; dir_num < num_dirs; num_files++, file_num++) { -- 1.8.3.1