diff options
| author | Christian Fowler <spider@viovio.com> | 2009-01-27 23:41:45 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2009-01-27 23:41:45 +0000 |
| commit | 60dbdb3df199c32dc4aee28344ae9a9d30af7315 (patch) | |
| tree | 4fc0b950c69567d70acf361ad32893973bd2e27f /daemonize | |
| parent | cbd590428b77c3e01a9088cddb1fbee1ec74919a (diff) | |
| download | util-60dbdb3df199c32dc4aee28344ae9a9d30af7315.tar.gz util-60dbdb3df199c32dc4aee28344ae9a9d30af7315.tar.bz2 util-60dbdb3df199c32dc4aee28344ae9a9d30af7315.zip | |
typo in var name in log error
Diffstat (limited to 'daemonize')
| -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 3f5ba8a..7d374c2 100644 --- a/daemonize/daemonize.php +++ b/daemonize/daemonize.php @@ -68,7 +68,7 @@ if( empty( $nohup ) ) { if (!empty($lines[0]) && is_numeric($lines[0]) && !empty($lines[1]) && is_numeric($lines[1])) { # Kill hung processes. if ($lines[1] + 300 < time()) { // If it's an OLD pidfile... - to_log("$pidefile OLD pidfile found from $lines[1] - ".date('d/M/Y:H:i:s O',$lines[1]).": $pid_data"); + to_log("$pidfile OLD pidfile found from $lines[1] - ".date('d/M/Y:H:i:s O',$lines[1]).": $pid_data"); zero_file($pidfile); # If found, kill. If it won't die, kill it harder. Then give up. |
