From: Andre Noll Date: Thu, 19 Jun 2014 09:47:16 +0000 (+0200) Subject: com_si(): Don't print git version string. X-Git-Tag: v0.5.4~50^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=44bfd8564c5b85fe394f847a713ab5e6710fd03c com_si(): Don't print git version string. We have com_version() for this. --- diff --git a/command.c b/command.c index fcf08035..92002c34 100644 --- a/command.c +++ b/command.c @@ -387,7 +387,6 @@ static int com_si(struct command_context *cc) } ut = get_server_uptime_str(now); ret = xasprintf(&msg, - "version: %s\n" "up: %s\nplayed: %u\n" "server_pid: %d\n" "afs_pid: %d\n" @@ -395,7 +394,6 @@ static int com_si(struct command_context *cc) "current loglevel: %s\n" "supported audio formats: %s\n" "%s", - version_git(), ut, mmd->num_played, (int)getppid(), (int)mmd->afs_pid,