diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 424328f..74690b4 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -441,6 +441,7 @@ public class TestingList extends Panel { public int showResult(String deviceName, String testName, String res, String status) { int rowD = -1; String sTestName = testName; + logger.log(Level.SEVERE, "Looking for: deviceName: " + deviceName + "; testPath: "+testName+" in table."); //search for device name in table for (int row = 0; row <= jTable1.getRowCount() - 1; row++) { if (deviceName.equals(jTable1.getValueAt(row, COL.DEVICENAME.ordinal())) &&