summaryrefslogtreecommitdiffstats
path: root/main/aaudit/aaudit
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-07-25 11:41:49 +0300
committerTimo Teräs <timo.teras@iki.fi>2014-07-25 11:41:49 +0300
commitd21e2c60f86b88b519534e4a7bbbe6502db5e279 (patch)
tree8f440584815c4edc4ffa7d631e1a29638b58d84c /main/aaudit/aaudit
parent210db65047405fd71163ade38d7bbada529ae9de (diff)
downloadaports-d21e2c60f86b88b519534e4a7bbbe6502db5e279.tar.bz2
aports-d21e2c60f86b88b519534e4a7bbbe6502db5e279.tar.xz
main/aaudit: fix commit without notification, add some error messages
Diffstat (limited to 'main/aaudit/aaudit')
-rwxr-xr-xmain/aaudit/aaudit1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/aaudit/aaudit b/main/aaudit/aaudit
index 44652a1de..6b021427d 100755
--- a/main/aaudit/aaudit
+++ b/main/aaudit/aaudit
@@ -93,6 +93,7 @@ SR:close()
lpc.wait(pid)
if reply then
+ reply.msg = reply.msg or "(No message. Server error?)"
if reply.ok then
io.write("OK: ",reply.msg,"\n")
else