Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
PR feedback change
Rephrase debug output and add extra detail
  • Loading branch information
noah-livio committed Feb 1, 2022
commit 39efd8e265e1036a4c8bffbac2c612cdb51e0e40
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public void setStates(@NonNull List<SoftButtonState> states) {
}
}
if (!hasStateWithCurrentName) {
DebugTool.logError(TAG, "A SoftButtonObject should have a state with currentStateName.");
DebugTool.logError(TAG, "A SoftButtonObject setting states must contain a state with the name " + currentStateName + ".");
}

this.states = states;
Expand Down