From 2e1d5e505b0960d34fdf38f77baaa6b472b925c1 Mon Sep 17 00:00:00 2001 From: brian <brian> Date: Wed, 28 May 2008 19:14:21 +0000 Subject: [PATCH] b=15908 i=johann i=zhenyu.xu: Small message correction. --- lustre/llite/llite_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index c42df614b7..80e472da04 100644 --- a/lustre/llite/llite_lib.c +++ b/lustre/llite/llite_lib.c @@ -164,7 +164,7 @@ static int client_common_fill_super(struct super_block *sb, err = lprocfs_register_mountpoint(proc_lustre_fs_root, sb, osc, mdc); if (err < 0) - CERROR("could not register mount in /proc/lustre"); + CERROR("could not register mount in /proc/fs/lustre\n"); } /* indicate the features supported by this client */ -- GitLab