summaryrefslogtreecommitdiffstats
path: root/glusterfsd
diff options
context:
space:
mode:
authorSachidananda Urs <sac@gluster.com>2011-10-06 23:34:50 +0530
committerVijay Bellur <vijay@gluster.com>2011-10-06 23:35:46 -0700
commit3e7d8614cdb4bd77d31b7e10cdd56ab212291568 (patch)
tree07059f4ef653c8f6a2a856f97064cd104c32f02c /glusterfsd
parentea3df58fd3fffcfe6f6e703ff3358a6cf1bc0619 (diff)
Fix a typo in log message.
Change-Id: I5c2b170977f21c9a83d36f60d9a145c6cc221358 BUG: 2346 Reviewed-on: http://review.gluster.com/562 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r--glusterfsd/src/glusterfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c
index 4e0962b623a..2a114e2139d 100644
--- a/glusterfsd/src/glusterfsd.c
+++ b/glusterfsd/src/glusterfsd.c
@@ -1565,7 +1565,7 @@ main (int argc, char *argv[])
/* log the version of glusterfs running here */
gf_log (argv[0], GF_LOG_INFO,
- "Started Running %s version %s",
+ "Started running %s version %s",
argv[0], PACKAGE_VERSION);
gf_proc_dump_init();