mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05:00
Fixup error handling for player & httpd startup
This commit is contained in:
parent
09485b0ed8
commit
27b44dfe09
@ -751,11 +751,11 @@ main(int argc, char **argv)
|
||||
DPRINTF(E_LOG, L_MAIN, "HTTPd deinit\n");
|
||||
httpd_deinit();
|
||||
|
||||
player_fail:
|
||||
httpd_fail:
|
||||
DPRINTF(E_LOG, L_MAIN, "Player deinit\n");
|
||||
player_deinit();
|
||||
|
||||
httpd_fail:
|
||||
player_fail:
|
||||
DPRINTF(E_LOG, L_MAIN, "File scanner deinit\n");
|
||||
filescanner_deinit();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user