We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fcfaf4 commit 808910bCopy full SHA for 808910b
agent/fw_drupal8.c
@@ -642,8 +642,8 @@ static bool nr_drupal_hook_attribute_instrument(zval* module_handler) {
642
module_handler, "hookImplementationsMap");
643
644
if (!nr_php_is_zval_valid_array(hook_implementation_map)) {
645
- nrl_warning(NRL_FRAMEWORK,
646
- "hookImplementationsMap property not a valid array");
+ nrl_verbosedebug(NRL_FRAMEWORK,
+ "hookImplementationsMap property not a valid array");
647
return false;
648
}
649
0 commit comments