(minor) avoid spurious 'repo missing' messages for repo patterns
This commit is contained in:
parent
9606e35528
commit
3fe8ecf974
|
@ -211,7 +211,7 @@ sub load_1 {
|
|||
trace( 3, $repo );
|
||||
|
||||
if ( repo_missing($repo) ) {
|
||||
trace( 1, "repo '$repo' missing" );
|
||||
trace( 1, "repo '$repo' missing" ) if $repo =~ $REPONAME_PATT;
|
||||
return;
|
||||
}
|
||||
_chdir("$rc{GL_REPO_BASE}/$repo.git");
|
||||
|
|
Loading…
Reference in a new issue