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>
This commit is contained in:
Sachidananda Urs 2011-10-06 23:34:50 +05:30 committed by Vijay Bellur
parent ea3df58fd3
commit 3e7d8614cd

View File

@ -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();