From 3dc17ed46ee979ebb35925dc54c270ae15d7e712 Mon Sep 17 00:00:00 2001 From: Alan Date: Thu, 12 Oct 2023 15:31:57 +0800 Subject: [PATCH] error log --- Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 21d8d6d5..95b446af 100644 --- a/Notify.php +++ b/Notify.php @@ -529,7 +529,7 @@ class Pman_Core_Notify extends Pman // $pool[] = $p; // continue; //} - $this->logecho("ENDED: ({$p['pid']}) {$p['email']} " . $p['cmd'] . " : " . file_get_contents($p['out']) ); + $this->logecho("ENDED: ({$p['pid']}) {$p['email']} " . $p['cmd'] . " : " . file_get_contents($p['out']) . " : " . file_get_contents($p['oute'])); @unlink($p['out']); @unlink($p['oute']); // at this point we could pop onto the queue the -- 2.39.2