From 7afe6bfbf371a2951b4eade7004773e4458f7024 Mon Sep 17 00:00:00 2001 From: Stig Sandbeck Mathisen Date: Sat, 4 Oct 2014 19:48:14 +0200 Subject: [PATCH] Fix syntax error --- plugins/nginx/nginx_byprojects/byprojects_bandwidth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/nginx/nginx_byprojects/byprojects_bandwidth b/plugins/nginx/nginx_byprojects/byprojects_bandwidth index 65842633..62126994 100644 --- a/plugins/nginx/nginx_byprojects/byprojects_bandwidth +++ b/plugins/nginx/nginx_byprojects/byprojects_bandwidth @@ -64,7 +64,7 @@ if(defined($ARGV[0])) { print "graph_total Total\n"; print "graph_vlabel Bits\n"; print "graph_category $server\n"; - print "graph_info This graph show $server total bandwidth used by various "\ + print "graph_info This graph show $server total bandwidth used by various " . "projects.\n"; while ((my $project, my @files) = each(%logs)) { print $project.".label $project\n";