diff options
author | Michael Larson <mike@vyatta.com> | 2010-11-09 18:00:52 -0800 |
---|---|---|
committer | Michael Larson <mike@vyatta.com> | 2010-11-09 18:00:52 -0800 |
commit | e146bb9a234e45125e8237ca4c099cb18bd2459e (patch) | |
tree | 26dd9fe3807b60fa7a2b9097f27c5c3825428f68 /lib/Vyatta | |
parent | cd5ff95c1a39e73a740c3f8cba2fe8d3215bd24b (diff) | |
download | vyatta-cfg-e146bb9a234e45125e8237ca4c099cb18bd2459e.tar.gz vyatta-cfg-e146bb9a234e45125e8237ca4c099cb18bd2459e.zip |
additional change in support of error location.
Diffstat (limited to 'lib/Vyatta')
-rwxr-xr-x | lib/Vyatta/Config.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Vyatta/Config.pm b/lib/Vyatta/Config.pm index 5283b06..28326dd 100755 --- a/lib/Vyatta/Config.pm +++ b/lib/Vyatta/Config.pm @@ -684,6 +684,9 @@ sub outputError { print STDERR "_errloc_:[" . $elem . "]\n" . $msg . "\n"; } } + else { + print STDERR $msg . "\n"; + } } ############################################################ |