From 95ee2689a6684e8e2436d5e8256c170ab3161673 Mon Sep 17 00:00:00 2001 From: Harshavardhana Ranganath Date: Mon, 10 Aug 2009 02:17:43 +0000 Subject: glusterfs log prints "TLA Revision" tag, remove it and reflect git instead Signed-off-by: Anand V. Avati --- glusterfsd/src/glusterfsd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'glusterfsd') diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index d658c0e090e..8995613729b 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -177,14 +177,14 @@ _gf_dump_details (int argc, char **argv) mypid = getpid (); uname_ret = uname (&uname_buf); - /* Which TLA? What time? */ + /* Which git? What time? */ strftime (timestr, 256, "%Y-%m-%d %H:%M:%S", tm); fprintf (gf_log_logfile, "========================================" "========================================\n"); - fprintf (gf_log_logfile, "Version : %s %s built on %s %s\n", + fprintf (gf_log_logfile, "Version : %s %s built on %s %s\n", PACKAGE_NAME, PACKAGE_VERSION, __DATE__, __TIME__); - fprintf (gf_log_logfile, "TLA Revision : %s\n", + fprintf (gf_log_logfile, "git: %s\n", GLUSTERFS_REPOSITORY_REVISION); fprintf (gf_log_logfile, "Starting Time: %s\n", timestr); fprintf (gf_log_logfile, "Command line : "); -- cgit