Skip to content

Commit

Permalink
ref: better debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Oct 13, 2024
1 parent 20336a6 commit 73384de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private static void changeSignals(final List<ConfigProperty> values, final Confi
System.out.println("Old Properties from " + info.currentinfo.pos + ": " + oldProperties);
System.out
.println("Properties to Set from " + info.currentinfo.pos + ": " + propertiesToSet);
System.out.println("Next Properties from " + info.currentinfo.pos + ": " + nextProperties);
System.out.println("Next Properties from " + info.nextinfo.pos + ": " + nextProperties);
if (!propertiesToSet.isEmpty())
SignalStateHandler.setStates(info.currentinfo, propertiesToSet);
}
Expand Down

0 comments on commit 73384de

Please sign in to comment.