diff --git a/core/Command/Integrity/CheckApp.php b/core/Command/Integrity/CheckApp.php index fff5752a7b7..e1889a35cfe 100644 --- a/core/Command/Integrity/CheckApp.php +++ b/core/Command/Integrity/CheckApp.php @@ -63,7 +63,7 @@ class CheckApp extends Base { } $output->writeln('No errors found', OutputInterface::VERBOSITY_VERBOSE); } else { - $output->writeln('App signature not found, skipping app integrity check', OutputInterface::VERBOSITY_VERBOSE); + $output->writeln('App signature not found, skipping app integrity check'); } return 0; }