From eae4990af17bf998731bf30c9d9f7f53d14bbbaf Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Wed, 2 Feb 2011 12:04:27 -0800 Subject: cosmetic fix to make error output to match format of other error output statements. --- lib/Vyatta/Config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Vyatta/Config.pm b/lib/Vyatta/Config.pm index 187efa0..ea608ff 100755 --- a/lib/Vyatta/Config.pm +++ b/lib/Vyatta/Config.pm @@ -700,7 +700,7 @@ sub compareValueLists { sub outputError { my ($location,$msg) = @_; - print STDERR "_errloc_:[" . join(" ",@{$location}) . "]\n"; + print STDERR "_errloc_:[ " . join(" ",@{$location}) . " ]\n"; print STDERR $msg . "\n\n"; } -- cgit v1.2.3