From bcdca5df59323d595ca1dbe9a7cf1caae27628b6 Mon Sep 17 00:00:00 2001 From: filesite Date: Sun, 14 Apr 2024 18:53:41 +0800 Subject: [PATCH] log improved --- heroUnion.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heroUnion.mjs b/heroUnion.mjs index 697284e..6b2293c 100644 --- a/heroUnion.mjs +++ b/heroUnion.mjs @@ -323,7 +323,7 @@ class HeroUnion { }); if (response.status == 200) { notified = true; - common.log('Task %s notify to %s done, response data:', task.id, notify_url, response.data); + common.log('Task %s done by %s, notify to %s done, response data:', task.id, task.results.provider, notify_url, response.data); }else { common.error('[FAILED] Notify to %s failed, response status: %s, status text: %s, result: %s', notify_url, response.status, response.statusText, response.data);