Decreases the amount of console spam during tests.

Change-Id: Ia2e3ac5850b4d2c184025779346118c8ac8a75b1
This commit is contained in:
Jonathan Leitschuh
2014-10-24 16:31:55 -04:00
parent 26419ec209
commit e4d90c6cbe

View File

@@ -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);
}