From df5325d27e1f8976d3c529c8544aa72b46f4a58e Mon Sep 17 00:00:00 2001 From: Daniel Lo Nigro Date: Sun, 24 Mar 2013 00:06:30 +1100 Subject: [PATCH] Add missing line break --- plugins/nginx/nginx_byprojects/byprojects_access | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nginx/nginx_byprojects/byprojects_access b/plugins/nginx/nginx_byprojects/byprojects_access index 3c0e33e9..750ce5c0 100644 --- a/plugins/nginx/nginx_byprojects/byprojects_access +++ b/plugins/nginx/nginx_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"; }