Issue #3173639 by mohit_aghera, godotislate, Kristen Pol, quietone: Entity...
Issue #3173639 by mohit_aghera, godotislate, Kristen Pol, quietone: Entity storage exception during module install missing !message parameter in watchdog_exception() call
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(),'@message'=>$e->getMessage()]);