updated logging

This commit is contained in:
bill bittner 2017-12-14 10:07:05 -08:00
parent d6d11ea807
commit 6056289864

View file

@ -68,7 +68,7 @@ function determineResponseType (isServeRequest, headers) {
} else {
responseType = SHOW;
if (clientWantsAsset(headers) && requestIsFromBrowser(headers)) { // this is in case someone embeds a show url
logger.debug('Show request actually wants an asset!');
logger.debug('Show request came from browser and wants an image/video; changing response to serve.');
responseType = SERVE;
}
}