branch-group: GIT_SILENT Improve debug message.

I needed this earlier today, might as well make it permanent.
wilder
Michael Pyne 11 years ago
parent 7557e21246
commit 7e30ebc8a0
  1. 2
      modules/ksb/Application.pm

@ -758,7 +758,7 @@ sub runAllModulePhases
my $branch = $_->isKDEProject()
? $resolver->findModuleBranch($_->fullProjectPath(), $branchGroup)
: 1; # Just a placeholder truthy value
whisper ("Removing $_ due to branch-group") if (defined $branch and !$branch);
whisper ("Removing ", $_->fullProjectPath(), " due to branch-group") if (defined $branch and !$branch);
(!defined $branch or $branch); # This is the actual test
} (@modules);

Loading…
Cancel
Save