diff options
-rw-r--r-- | usr/local/www/status_rrd_graph_img.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_rrd_graph_img.php b/usr/local/www/status_rrd_graph_img.php index 950849c..4610233 100644 --- a/usr/local/www/status_rrd_graph_img.php +++ b/usr/local/www/status_rrd_graph_img.php @@ -78,7 +78,7 @@ if (is_numeric($_GET['end'])) { /* this should never happen */ if($end < $start) { - log_error("start $start is smaller than end $end") + log_error("start $start is smaller than end $end"); $end = $now; } |