diff options
Diffstat (limited to 'modules/simpletest/tests/actions_loop_test.module')
-rw-r--r-- | modules/simpletest/tests/actions_loop_test.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/actions_loop_test.module b/modules/simpletest/tests/actions_loop_test.module index 77764907b9e..afc5a260f47 100644 --- a/modules/simpletest/tests/actions_loop_test.module +++ b/modules/simpletest/tests/actions_loop_test.module @@ -70,7 +70,7 @@ function actions_loop_test_log() { * Replacement of the watchdog() function that eliminates the use of semaphores * so that we can test the abortion of an action loop. */ -function watchdog_skip_semaphore($type, $message, $variables = array(), $severity = WATCHDOG_NOTICE, $link = NULL) { +function watchdog_skip_semaphore($type, $message, $variables = array(), $severity = LOG_NOTICE, $link = NULL) { global $user, $base_root; // Prepare the fields to be logged |