mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-21 23:41:18 +01:00
change two more logs to debug
This commit is contained in:
parent
b1cdf61e4b
commit
d0689c9e3b
@ -138,7 +138,7 @@ exp.save_hash = function(rid, userId, skin_hash, cape_hash, callback) {
|
|||||||
|
|
||||||
// removes the hash for +userId+ from the cache
|
// removes the hash for +userId+ from the cache
|
||||||
exp.remove_hash = function(rid, userId) {
|
exp.remove_hash = function(rid, userId) {
|
||||||
logging.log(rid, "deleting hash from cache");
|
logging.debug(rid, "deleting hash from cache");
|
||||||
redis.del(userId.toLowerCase(), "h", "t");
|
redis.del(userId.toLowerCase(), "h", "t");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@ -156,7 +156,7 @@ function resume(userId, type, err, hash) {
|
|||||||
function store_images(rid, userId, cache_details, type, callback) {
|
function store_images(rid, userId, cache_details, type, callback) {
|
||||||
var is_uuid = userId.length > 16;
|
var is_uuid = userId.length > 16;
|
||||||
if (requests[type][userId]) {
|
if (requests[type][userId]) {
|
||||||
logging.log(rid, "adding to request queue");
|
logging.debug(rid, "adding to request queue");
|
||||||
push_request(userId, type, callback);
|
push_request(userId, type, callback);
|
||||||
} else {
|
} else {
|
||||||
// add request to the queue
|
// add request to the queue
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user