From: Alan Date: Fri, 18 Aug 2023 04:13:41 +0000 (+0800) Subject: log email on notify close X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=44131d862a154b58263de565f5a419c74be09005 log email on notify close --- diff --git a/Notify.php b/Notify.php index 097e975c..43bf41ba 100644 --- a/Notify.php +++ b/Notify.php @@ -565,7 +565,7 @@ class Pman_Core_Notify extends Pman //fclose($p['pipes'][1]); fclose($p['pipes'][0]); fclose($p['pipes'][2]); - $this->logecho("TERMINATING: ({$p['pid']}) " . $p['cmd'] . " : " . file_get_contents($p['out'])); + $this->logecho("TERMINATING: ({$p['pid']}) {$p['email']} " . $p['cmd'] . " : " . file_get_contents($p['out'])); @unlink($p['out']); // schedule again @@ -597,7 +597,7 @@ class Pman_Core_Notify extends Pman // $pool[] = $p; // continue; //} - $this->logecho("ENDED: ({$p['pid']}) " . $p['cmd'] . " : " . file_get_contents($p['out']) ); + $this->logecho("ENDED: ({$p['pid']}) {$p['email']} " . $p['cmd'] . " : " . file_get_contents($p['out']) ); @unlink($p['out']); // at this point we could pop onto the queue the $this->popQueueDomain($p['email']);