Skip to content

Commit fda25fe

Browse files
committed
review feedback
1 parent 2e1e313 commit fda25fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agent/fw_drupal8.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,8 +639,8 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
639639
module_handler, "hookImplementationsMap");
640640

641641
if (!nr_php_is_zval_valid_array(hook_implementation_map)) {
642-
nrl_warning(NRL_FRAMEWORK,
643-
"hookImplementationsMap property not a valid array");
642+
nrl_verbosedebug(NRL_FRAMEWORK,
643+
"hookImplementationsMap property not a valid array");
644644
return false;
645645
}
646646

0 commit comments

Comments
 (0)