From 8b86e05f190237028de25a2e0b798962b812f8be Mon Sep 17 00:00:00 2001 From: padams Date: Wed, 10 Nov 2021 00:37:26 +0000 Subject: [PATCH] adding debug for not logging named users. --- owa_coreAPI.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owa_coreAPI.php b/owa_coreAPI.php index 8fbb4a9a..84e54df7 100644 --- a/owa_coreAPI.php +++ b/owa_coreAPI.php @@ -897,7 +897,7 @@ public static function logEvent( $event_type, $message = '') { $cu_user_id = $cu->getUserData('user_id'); if( ! empty( $cu_user_id ) ) { - + owa_coreAPI::debug("Not logging named user."); return false; } }