mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Be more verbose in case of fileserve off.
svn path=/icecast/trunk/icecast/; revision=19265
This commit is contained in:
parent
0eff9a91e9
commit
859c761cb6
@ -501,7 +501,7 @@ int fserve_client_create (client_t *httpclient, const char *path)
|
||||
config = config_get_config();
|
||||
if (config->fileserve == 0)
|
||||
{
|
||||
ICECAST_LOG_DEBUG("on demand file \"%H\" refused", fullpath);
|
||||
ICECAST_LOG_DEBUG("on demand file \"%H\" refused. Serving static files has been disabled in the config", fullpath);
|
||||
client_send_404 (httpclient, "The file you requested could not be found");
|
||||
config_release_config();
|
||||
free (fullpath);
|
||||
|
Loading…
Reference in New Issue
Block a user