From b0f3e4347d8a705f6272a57c6448860807515ac0 Mon Sep 17 00:00:00 2001 From: ToM Date: Tue, 2 Apr 2013 11:25:34 +0200 Subject: [PATCH] [FIX] apache_byprojects/byprojects_access: missing \n. --- plugins/apache/apache_byprojects/byprojects_access | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/apache/apache_byprojects/byprojects_access b/plugins/apache/apache_byprojects/byprojects_access index 7ed34589..6e17e5de 100644 --- a/plugins/apache/apache_byprojects/byprojects_access +++ b/plugins/apache/apache_byprojects/byprojects_access @@ -55,7 +55,7 @@ if(defined($ARGV[0])) { print "graph_category $server\n"; print "graph_info This graph show $server access by various projects.\n"; while ((my $project, my @files) = each(%logs)) { - print $project.".label $project"; + print $project.".label $project\n"; print $project.".type DERIVE\n"; print $project.".min 0\n"; }