[player] Reduce log severity of devices not starting

This commit is contained in:
ejurgensen 2020-09-06 23:18:08 +02:00
parent 2345885f19
commit 513a09e6d1
1 changed files with 1 additions and 1 deletions

View File

@ -2078,7 +2078,7 @@ playback_start_item(void *arg, int *retval)
// device_shutdown_cb, since the unselected devices shouldn't have sessions. // device_shutdown_cb, since the unselected devices shouldn't have sessions.
*retval = outputs_start(device_activate_cb, device_shutdown_cb, false); *retval = outputs_start(device_activate_cb, device_shutdown_cb, false);
if (*retval < 0) if (*retval < 0)
DPRINTF(E_LOG, L_PLAYER, "All selected speakers failed to start\n"); DPRINTF(E_WARN, L_PLAYER, "All selected speakers failed to start\n");
// autoselect also applies in non-error cases (if no devices were selected) // autoselect also applies in non-error cases (if no devices were selected)
if (speaker_autoselect && outputs_sessions_count() == 0) if (speaker_autoselect && outputs_sessions_count() == 0)