From b047174996fcc66bc1c39be212396eefd2a3b69f Mon Sep 17 00:00:00 2001 From: "Shamiso.Jaravaza" <33659194+ssj365@users.noreply.github.com> Date: Wed, 31 Aug 2022 15:24:12 -0600 Subject: [PATCH] MDL-74558 mod_bigbluebuttonbn: Fix deletion error --- mod/bigbluebuttonbn/lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/bigbluebuttonbn/lib.php b/mod/bigbluebuttonbn/lib.php index 5a9493e6de1..f57b4950bdd 100644 --- a/mod/bigbluebuttonbn/lib.php +++ b/mod/bigbluebuttonbn/lib.php @@ -162,7 +162,7 @@ function bigbluebuttonbn_delete_instance($id) { } catch (moodle_exception $e) { // Do not log any issue when testing. if (!(defined('PHPUNIT_TEST') && PHPUNIT_TEST) && !defined('BEHAT_SITE_RUNNING')) { - debugging($e->getMessage(), DEBUG_NORMAL, $e->getTrace()); + debugging($e->getMessage(), DEBUG_DEVELOPER, $e->getTrace()); } } // Get all possible groups (course and course module).