mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
[main] Remove build date so there will be no complaints about non-producible builds
This commit is contained in:
parent
f386c13bd9
commit
c2a563eec7
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user