if (config.cmd_unfixable) {
command_execute(config.cmd_unfixable, "output_device_stalled", 1);
} else {
- warn("an unrecoverable error, \"output_device_stalled\", has been "
+ die("an unrecoverable error, \"output_device_stalled\", has been "
"detected.",
conn->connection_number);
}
conn->unfixable_error_reported = 1;
command_execute(config.cmd_unfixable, "unable_to_cancel_play_session", 1);
} else {
- warn("an unrecoverable error, \"unable_to_cancel_play_session\", has been detected.",
+ die("an unrecoverable error, \"unable_to_cancel_play_session\", has been detected.",
conn->connection_number);
}
}