dcdc
This commit is contained in:
parent
1e1b4b723e
commit
0a0889afa3
@ -177,12 +177,14 @@ public class Commands {
|
|||||||
Log.print(" - " + elem);
|
Log.print(" - " + elem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
if (status.getIgnoredNotInIndex().size() != 0) {
|
if (status.getIgnoredNotInIndex().size() != 0) {
|
||||||
Log.print(" * Ignored not in index: (" + status.getIgnoredNotInIndex().size() + ")");
|
Log.print(" * Ignored not in index: (" + status.getIgnoredNotInIndex().size() + ")");
|
||||||
for (String elem : status.getIgnoredNotInIndex()) {
|
for (String elem : status.getIgnoredNotInIndex()) {
|
||||||
Log.print(" - " + elem);
|
Log.print(" - " + elem);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
if (status.getMissing().size() != 0) {
|
if (status.getMissing().size() != 0) {
|
||||||
Log.print(" * Missing: (" + status.getMissing().size() + ")");
|
Log.print(" * Missing: (" + status.getMissing().size() + ")");
|
||||||
for (String elem : status.getMissing()) {
|
for (String elem : status.getMissing()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user