|
@@ -156,7 +156,7 @@ function resume(userId, type, err, hash) {
|
|
|
function store_images(rid, userId, cache_details, type, callback) {
|
|
|
var is_uuid = userId.length > 16;
|
|
|
if (requests[type][userId]) {
|
|
|
- logging.log(rid, "adding to request queue");
|
|
|
+ logging.debug(rid, "adding to request queue");
|
|
|
push_request(userId, type, callback);
|
|
|
} else {
|
|
|
// add request to the queue
|