Skip to content

Commit 808910b

Browse files
committed
review feedback
1 parent 2fcfaf4 commit 808910b

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
@@ -642,8 +642,8 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
642642
module_handler, "hookImplementationsMap");
643643

644644
if (!nr_php_is_zval_valid_array(hook_implementation_map)) {
645-
nrl_warning(NRL_FRAMEWORK,
646-
"hookImplementationsMap property not a valid array");
645+
nrl_verbosedebug(NRL_FRAMEWORK,
646+
"hookImplementationsMap property not a valid array");
647647
return false;
648648
}
649649

0 commit comments

Comments
 (0)