diff options
| author | Christian Fowler <spider@viovio.com> | 2011-11-14 15:45:07 -0500 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2011-11-14 15:45:07 -0500 |
| commit | 968f649fa584a1c8eca4c18a61e68f90cf571550 (patch) | |
| tree | 54999ae178d4f6ddea8d5a0d092cf54df7521571 | |
| parent | 2f0ebd276cb08ed242a62a8fedb4ed3a54b4212e (diff) | |
| download | util-968f649fa584a1c8eca4c18a61e68f90cf571550.tar.gz util-968f649fa584a1c8eca4c18a61e68f90cf571550.tar.bz2 util-968f649fa584a1c8eca4c18a61e68f90cf571550.zip | |
comment DAEMON last seen check to quite logs
| -rw-r--r-- | daemonize/daemonize.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemonize/daemonize.php b/daemonize/daemonize.php index 7d374c2..1f51708 100644 --- a/daemonize/daemonize.php +++ b/daemonize/daemonize.php @@ -94,7 +94,7 @@ if( empty( $nohup ) ) { #to_log("Young pidfile found."); # Can get spammy. } if (is_alive($lines[0])) { - to_log( "DAEMON $lines[0] : $daemonScript running. Last seen at ".date('d/M/Y:H:i:s O', $lines[1] ) ); +// to_log( "DAEMON $lines[0] : $daemonScript running. Last seen at ".date('d/M/Y:H:i:s O', $lines[1] ) ); exit(0); } else { to_log("$pidfile pidfile $lines[0] found, but process is dead."); |
