summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl/root
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-08-27 16:44:07 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-08-27 16:44:07 +0000
commitaa94931fa01c63f9644056eed73ea9c6a665b6ca (patch)
treeacf7e8fa72b4fac3b3e30aa20382f4cc731d8bdc /libs/uvl/root
parent86a3d500d116ce60658fd12bbee04873bc531144 (diff)
* luci/libs: uvl: Major rewrite of internal element handling, reworked error model, dropped loghelper and get_dependencies(), introduced luci.uvl.errors api
Diffstat (limited to 'libs/uvl/root')
-rwxr-xr-xlibs/uvl/root/usr/bin/uvl2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/uvl/root/usr/bin/uvl b/libs/uvl/root/usr/bin/uvl
index 1631208f0..7dc6a00aa 100755
--- a/libs/uvl/root/usr/bin/uvl
+++ b/libs/uvl/root/usr/bin/uvl
@@ -123,7 +123,7 @@ else
end
os.exit( 0 )
else
- if not options.silent then print( err ) end
+ if not options.silent then print( err and err:string() or "Unknown error" ) end
os.exit( 1 )
end
end