summaryrefslogtreecommitdiffstats
path: root/lib/ASM/Log.pm
diff options
context:
space:
mode:
authorLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-29 00:37:59 +0000
committerLibravatarJanik Kleinhoff <ilbelkyr@shalture.org>2016-10-29 00:37:59 +0000
commit6b8fe391c6c2ea98da7d43593e52c1bcb6ba882f (patch)
treeeb7c581c4f9d80ec8b465ebe481f30f40cefda2b /lib/ASM/Log.pm
parentef2cd8fdb38de61963c76398e1be457d59afdbc1 (diff)
I shouldn't be coding this time of night
Diffstat (limited to 'lib/ASM/Log.pm')
-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";