From ca8700ac2a53a535f2038b988500023a1b12b92e Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Mon, 22 Sep 2025 22:50:59 +0800 Subject: [PATCH] Update PeerJobs.py --- src/modules/PeerJobs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/PeerJobs.py b/src/modules/PeerJobs.py index 5d069f66..694f6538 100644 --- a/src/modules/PeerJobs.py +++ b/src/modules/PeerJobs.py @@ -184,7 +184,7 @@ class PeerJobs: f"Somehow can't find this peer {job.Peer} from {c.Name} failed {job.Action}ed." ) else: - current_app.logger.warning(f"Somehow can't find this peer {job.Peer} from {c.Name} failed {job.Action}ed.") + current_app.logger.warning(f"Somehow can't find this peer {job.Peer} from {job.Configuration} failed {job.Action}ed.") self.JobLogger.log(job.JobID, False, f"Somehow can't find this peer {job.Peer} from {job.Configuration} failed {job.Action}ed." )