mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Decreases the amount of console spam during tests.
Change-Id: Ia2e3ac5850b4d2c184025779346118c8ac8a75b1
This commit is contained in:
@@ -134,7 +134,7 @@ public abstract class AbstractComsSetup {
|
||||
//Prints the message on one line overwriting itself each time
|
||||
TestBench.out().print("\rWaiting for enable: " + i++);
|
||||
}
|
||||
getClassLogger().logp(Level.INFO, description.getClassName(), description.getMethodName(), description.getDisplayName());
|
||||
getClassLogger().logp(Level.INFO, description.getClassName(), description.getMethodName(), "Starting");
|
||||
super.starting(description);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user