From d01463fa1056b074d97c4c76fe8031fd96901d66 Mon Sep 17 00:00:00 2001 From: luchenqun Date: Tue, 18 Apr 2017 09:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/routes/api.js b/routes/api.js index 6003f60..e369b3f 100644 --- a/routes/api.js +++ b/routes/api.js @@ -1067,7 +1067,7 @@ api.getSnapByTimer = function() { webshot(url, filePath, webshotOptions, function(err) { var newSnapState = -1; if (err) { - console.log("boomarkid = " + id + ", webshot over", err) + console.log("boomarkid = " + id + ", url = " + url + ", webshot over") if (snapState == 0 || snapState == 1) { newSnapState = snapState + 1; } else if (snapState == 2) { @@ -1134,7 +1134,7 @@ api.getFaviconByTimer = function() { }); }).catch((err) => { var newFaviconState = -1; - console.log("boomarkid = " + id + ", download over", err) + console.log("boomarkid = " + id + ", url = " + url +", download over") if (faviconState == 0 || faviconState == 1) { newFaviconState = faviconState + 1; } else if (faviconState == 2) {