[main] Remove build date so there will be no complaints about non-producible builds

This commit is contained in:
ejurgensen 2018-02-22 22:16:22 +01:00
parent f386c13bd9
commit c2a563eec7

View File

@ -623,7 +623,7 @@ main(int argc, char **argv)
DPRINTF(E_LOG, L_MAIN, "Forked Media Server Version %s taking off\n", VERSION);
DPRINTF(E_LOG, L_MAIN, "Built %s with:\n", __DATE__);
DPRINTF(E_LOG, L_MAIN, "Built with:\n");
buildopts = buildopts_get();
for (i = 0; buildopts[i]; i++)
{