mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
log -> debug etag
This commit is contained in:
parent
cf43f1dc07
commit
91854ad86e
@ -51,8 +51,8 @@ router.get("/:uuid.:ext?", function(req, res) {
|
|||||||
} else if (err) {
|
} else if (err) {
|
||||||
http_status = 503;
|
http_status = 503;
|
||||||
}
|
}
|
||||||
logging.log("matches: " + matches);
|
logging.debug("Etag: " + req.get("If-None-Match"));
|
||||||
logging.log("Etag: " + req.get("If-None-Match"));
|
logging.debug("matches: " + matches);
|
||||||
logging.log("status: " + http_status);
|
logging.log("status: " + http_status);
|
||||||
sendimage(http_status, status, image);
|
sendimage(http_status, status, image);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@ -35,8 +35,8 @@ router.get("/:uuid.:ext?", function(req, res) {
|
|||||||
} else if (err) {
|
} else if (err) {
|
||||||
http_status = 503;
|
http_status = 503;
|
||||||
}
|
}
|
||||||
logging.log("matches: " + matches);
|
logging.debug("Etag: " + req.get("If-None-Match"));
|
||||||
logging.log("Etag: " + req.get("If-None-Match"));
|
logging.debug("matches: " + matches);
|
||||||
logging.log("status: " + http_status);
|
logging.log("status: " + http_status);
|
||||||
sendimage(http_status, image);
|
sendimage(http_status, image);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user