summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/ASM/Log.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ASM/Log.pm b/lib/ASM/Log.pm
index 319ea40..45d5531 100644
--- a/lib/ASM/Log.pm
+++ b/lib/ASM/Log.pm
@@ -162,7 +162,7 @@ sub incident
print FH "\n\n";
close(FH);
- return if $is_opalert;
+ return $uuid if $is_opalert;
$gecos //= "NOT_DEFINED";