1
0
Эх сурвалжийг харах

Small string formatting fix

Baglio Tabifata 5 жил өмнө
parent
commit
c59eddf411

+ 1 - 1
src/main/java/info/hkzlab/dupal/analyzer/board/boardio/DuPALAnalyzer.java

@@ -80,7 +80,7 @@ public class DuPALAnalyzer {
         int board_revision = dpci.getBoardVersion();
         DuPALCmdInterface.DuPAL_LED led;
        
-        logger.info("startAnalisys() -> Espresso table results will "+(padTable?"":"not")+" be padded.");
+        logger.info("startAnalisys() -> Espresso table results will"+(padTable?"":" not")+" be padded.");
         
         switch(dpci.palSpecs.slotNumber()) {
             default: