diff --git a/poller.php b/poller.php index cdfb2aea19..362ad1a2a3 100755 --- a/poller.php +++ b/poller.php @@ -74,8 +74,6 @@ if (!$where) exit; } -print_r($options); - if (isset($options['d'])) { echo("DEBUG!\n"); @@ -123,7 +121,8 @@ if ($polled_devices) $string = $argv[0] . " $doing " . date("F j, Y, G:i") . " - $polled_devices devices polled in $poller_time secs"; if ($debug) { echo("$string\n"); } -echo('MySQL: Cell['.($db_stats['fetchcell']+0).'/'.round($db_stats['fetchcell_sec']+0,2).'s]'. +echo("\n" . + 'MySQL: Cell['.($db_stats['fetchcell']+0).'/'.round($db_stats['fetchcell_sec']+0,2).'s]'. ' Row[' .($db_stats['fetchrow']+0). '/'.round($db_stats['fetchrow_sec']+0,2).'s]'. ' Rows[' .($db_stats['fetchrows']+0).'/'.round($db_stats['fetchrows_sec']+0,2).'s]'. ' Column['.($db_stats['fetchcol']+0). '/'.round($db_stats['fetchcol_sec']+0,2).'s]'.