Skip to content
Snippets Groups Projects
Unverified Commit 421f02ac authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3258969 by heddn: Wrong argument for @Message in...

Issue #3258969 by heddn: Wrong argument for @Message in ModuleInstaller::install call to watchdog_exception
parent e446d198
No related branches found
No related tags found
No related merge requests found
......@@ -307,7 +307,7 @@ public function install(array $module_list, $enable_dependencies = TRUE) {
$update_manager->installFieldStorageDefinition($storage_definition->getName(), $entity_type->id(), $module, $storage_definition);
}
catch (EntityStorageException $e) {
watchdog_exception('system', $e, 'An error occurred while notifying the creation of the @name field storage definition: "!message" in %function (line %line of %file).', ['@name' => $storage_definition->getName()]);
watchdog_exception('system', $e, 'An error occurred while notifying the creation of the @name field storage definition: "@message" in %function (line %line of %file).', ['@name' => $storage_definition->getName()]);
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment