Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterHolvoet committed Dec 15, 2021
1 parent d6de8bb commit 3a2c73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Drupal/Commands/core/BaseFieldOverrideCreateCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,9 @@ protected function logResult(BaseFieldOverride $baseFieldOverride): void
{
$this->logger()->success(
sprintf(
'Successfully created base field override \'%s\' on %s type with bundle \'%s\'',
'Successfully created base field override \'%s\' on %s with bundle \'%s\'',
$baseFieldOverride->getName(),
$baseFieldOverride->getEntityTypeId(),
$baseFieldOverride->getTargetEntityTypeId(),
$baseFieldOverride->getTargetBundle()
)
);
Expand Down

0 comments on commit 3a2c73d

Please sign in to comment.