search for: log_error1

Displaying 1 result from an estimated 1 matches for "log_error1".

Did you mean: log_error
2004 Aug 06
0
ices2: ice-url header patch
...l) + stream_url = ices_config->stream_url; if(stream_name) if (!(shout_set_name(sdsc->shout, stream_name)) == SHOUTERR_SUCCESS) { @@ -132,6 +138,12 @@ } if (stream_description) if (!(shout_set_description(sdsc->shout, stream_description)) == SHOUTERR_SUCCESS) { + LOG_ERROR1("libshout error: %s\n", shout_get_error(sdsc->shout)); + stream->died = 1; + return NULL; + } + if (stream_url) + if (!(shout_set_url(sdsc->shout, stream_url)) == SHOUTERR_SUCCESS) { LOG_ERROR1("libshout error: %s\n", shout_get_error(sdsc->shout)); stre...