Skip to content

Commit 54d5385

Browse files
committed
Move JavaSE classes to use new logWarning
1 parent cb7b657 commit 54d5385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javaSE/src/main/java/com/smartdevicelink/managers/SdlManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ void checkState() {
111111
transitionToState(BaseSubManager.SETTING_UP);
112112
// No need to notify developer here!
113113
} else {
114-
DebugTool.logWarning("LIMITED starting sdl manager, some sub managers are in error or limited state and the others finished setting up");
114+
DebugTool.logWarning(TAG, "LIMITED starting sdl manager, some sub managers are in error or limited state and the others finished setting up");
115115
transitionToState(BaseSubManager.LIMITED);
116116
handleQueuedNotifications();
117117
notifyDevListener(null);

0 commit comments

Comments
 (0)