diff options
author | root <root@vyatta-build2.(none)> | 2010-10-11 15:48:06 -0700 |
---|---|---|
committer | root <root@vyatta-build2.(none)> | 2010-10-11 15:48:06 -0700 |
commit | db4b7b3e30ae7f116bc09c8ed27c4cde00dc0c32 (patch) | |
tree | c3bb6d48bfcc8f4ab89e2440b0acbc94ae28c802 /lib | |
parent | 6c5ff4b34a3d4d62fd72c07eda0a2ad5cf72d813 (diff) | |
download | vyatta-cfg-db4b7b3e30ae7f116bc09c8ed27c4cde00dc0c32.tar.gz vyatta-cfg-db4b7b3e30ae7f116bc09c8ed27c4cde00dc0c32.zip |
change location tag for error from reference: to errloc:
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Vyatta/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Vyatta/Config.pm b/lib/Vyatta/Config.pm index e30ba67..1488c3d 100755 --- a/lib/Vyatta/Config.pm +++ b/lib/Vyatta/Config.pm @@ -681,7 +681,7 @@ sub outputError { print STDERR $msg . "\n"; if (defined($ENV{VYATTA_OUTPUT_ERROR_LOCATION})) { foreach my $elem (@$location) { - print STDERR "reference:[" . $elem . "]\n"; + print STDERR "errloc:[" . $elem . "]\n"; } } } |