X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.c;h=8b643e28b1b02f76f0f22b6c7bc638d0fe9a9ebd;hb=266e75a42b41389c5fe5de8e66b725dcc79e9062;hp=b2d2b5d3884e33681a1ba4d6381a7c95f825f01d;hpb=561f7b449686451daed3e7b4b5423b625e5ea570;p=citadel.git diff --git a/citadel/citadel.c b/citadel/citadel.c index b2d2b5d38..8b643e28b 100644 --- a/citadel/citadel.c +++ b/citadel/citadel.c @@ -1020,6 +1020,7 @@ void system_info(CtdlIPC *ipc) scr_printf("You are connected to %s (%s) @%s\n", ipc->ServInfo.nodename, ipc->ServInfo.humannode, ipc->ServInfo.fqdn); scr_printf("running %s with text client v%.2f,\n", ipc->ServInfo.software, (float)REV_LEVEL/100); + scr_printf("server build %s,\n", ipc->ServInfo.svn_revision, (float)REV_LEVEL/100); scr_printf("and located in %s.\n", ipc->ServInfo.site_location); scr_printf("Connected users %d / Active users %d / Highest message #%ld\n", mrtg_users, mrtg_active_users, mrtg_himessage); scr_printf("Server uptime: %s\n", mrtg_server_uptime);