Skip to content

Commit 39efd8e

Browse files
committed
PR feedback change
Rephrase debug output and add extra detail
1 parent 14b7569 commit 39efd8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base/src/main/java/com/smartdevicelink/managers/screen/SoftButtonObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ public void setStates(@NonNull List<SoftButtonState> states) {
296296
}
297297
}
298298
if (!hasStateWithCurrentName) {
299-
DebugTool.logError(TAG, "A SoftButtonObject should have a state with currentStateName.");
299+
DebugTool.logError(TAG, "A SoftButtonObject setting states must contain a state with the name " + currentStateName + ".");
300300
}
301301

302302
this.states = states;

0 commit comments

Comments
 (0)