diff options
| author | 2016-10-29 00:37:59 +0000 | |
|---|---|---|
| committer | 2016-10-29 00:37:59 +0000 | |
| commit | 6b8fe391c6c2ea98da7d43593e52c1bcb6ba882f (patch) | |
| tree | eb7c581c4f9d80ec8b465ebe481f30f40cefda2b /lib | |
| parent | ef2cd8fdb38de61963c76398e1be457d59afdbc1 (diff) | |
I shouldn't be coding this time of night
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ASM/Log.pm | 2 |
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"; |
