mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-08 21:24:57 -05:00
[main] Remove build date so there will be no complaints about non-producible builds
This commit is contained in:
@@ -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, "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();
|
buildopts = buildopts_get();
|
||||||
for (i = 0; buildopts[i]; i++)
|
for (i = 0; buildopts[i]; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user