Fix #1674 - remove spurious (info) log message before daemon().

(cherry picked from commit 43326e2d45)
This commit is contained in:
Adam Sutton 2013-03-27 09:13:32 +00:00
parent 0f492b05b9
commit fbdc81dfb6

View file

@ -524,7 +524,6 @@ main(int argc, char **argv)
log_debug_to_syslog = opt_syslog;
log_debug_to_path = opt_debug;
tvheadend_webui_debug = opt_debug || opt_uidebug;
tvhlog(LOG_INFO, "START", "initialising");
#if ENABLE_LINUXDVB
if (!opt_dvb_adapters) {
adapter_mask = ~0;