ForeignResourceManager: Make it clearer what is being skipped for documentation-only
Follows-Up: Ieb75f23dfd103ebec8bdf7911d8bb6a0c77bb95d Change-Id: Ib74a9f6d7b17855b8922a804e4df022f55e26973
This commit is contained in:
parent
496d1044b4
commit
1d8f5e6459
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue