mirror of
https://github.com/openwrt/packages.git
synced 2025-02-12 04:38:06 +00:00
12 lines
446 B
Diff
12 lines
446 B
Diff
--- a/src/libs/zbxcommon/misc.c
|
|
+++ b/src/libs/zbxcommon/misc.c
|
|
@@ -223,7 +223,7 @@ static const char copyright_message[] =
|
|
void zbx_print_version(const char *title_message)
|
|
{
|
|
printf("%s (Zabbix) %s\n", title_message, ZABBIX_VERSION);
|
|
- printf("Revision %s %s, compilation time: %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE, __DATE__, __TIME__);
|
|
+ printf("Revision %s %s\n\n", ZABBIX_REVISION, ZABBIX_REVDATE);
|
|
puts(copyright_message);
|
|
}
|
|
|