ForeignResourceManager: Make it clearer what is being skipped for documentation-only

Follows-Up: Ieb75f23dfd103ebec8bdf7911d8bb6a0c77bb95d
Change-Id: Ib74a9f6d7b17855b8922a804e4df022f55e26973
This commit is contained in:
Reedy 2024-01-13 19:25:51 +00:00
parent 496d1044b4
commit 1d8f5e6459

View file

@ -163,7 +163,7 @@ class ForeignResourceManager {
$this->validateLicense( $moduleName, $info );
if ( $info['type'] === 'doc-only' ) {
$this->output( "... {$moduleName} is documentation-only, skipping\n" );
$this->output( "... {$moduleName} is documentation-only, skipping integrity checks.\n" );
continue;
}