Skip to content

Commit 75b8168

Browse files
committed
chore: use correct log level
1 parent 6803a8f commit 75b8168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: classes/ColdTrick/TestPanel/EmailHandler.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static function validate(\Elgg\Event $event): ?bool {
5757

5858
if (!in_array($to, $allowed_emails)) {
5959
// user is not allowed to get e-mails
60-
elgg_log("Test panel blocked: {$to}", 'NOTICE');
60+
elgg_log("Test panel blocked: {$to}", LogLevel::NOTICE);
6161
return false;
6262
}
6363
}

0 commit comments

Comments
 (0)