Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
main: shuffle streaming done (for memoryinfo - idnode_unlink)
  • Loading branch information
perexg committed Dec 5, 2016
1 parent 821ebf5 commit 3e26f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Expand Up @@ -1348,14 +1348,14 @@ main(int argc, char **argv)
tvhftrace(LS_MAIN, profile_done);
tvhftrace(LS_MAIN, intlconv_done);
tvhftrace(LS_MAIN, urlparse_done);
tvhftrace(LS_MAIN, streaming_done);
tvhftrace(LS_MAIN, idnode_done);
tvhftrace(LS_MAIN, notify_done);
tvhftrace(LS_MAIN, spawn_done);

tvhlog(LOG_NOTICE, LS_STOP, "Exiting HTS Tvheadend");
tvhlog_end();

tvhftrace(LS_MAIN, streaming_done);
tvhftrace(LS_MAIN, config_done);
tvhftrace(LS_MAIN, hts_settings_done);

Expand Down

0 comments on commit 3e26f82

Please sign in to comment.