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);