67: Add project type in message
This commit is contained in:
parent
6e31fca410
commit
3c8252d010
@ -222,7 +222,13 @@ public abstract class AbstractAdminIdeaPanel extends Panel {
|
|||||||
long matchedCounter = (countMatched == null) ? 0L : countMatched;
|
long matchedCounter = (countMatched == null) ? 0L : countMatched;
|
||||||
|
|
||||||
String msg =
|
String msg =
|
||||||
"Supervisor changed: matched/target -> " + matchedCounter + " / " + targetCounter;
|
"Supervisor changed: matched/target -> " +
|
||||||
|
matchedCounter +
|
||||||
|
" / " +
|
||||||
|
targetCounter +
|
||||||
|
" (" +
|
||||||
|
idea.getProjectType().getName() +
|
||||||
|
")";
|
||||||
|
|
||||||
if (matchedCounter > targetCounter) {
|
if (matchedCounter > targetCounter) {
|
||||||
warn(msg);
|
warn(msg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user