We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014a5e4 commit cd00bb1Copy full SHA for cd00bb1
1 file changed
base/src/main/java/com/smartdevicelink/session/BaseSdlSession.java
@@ -215,7 +215,7 @@ protected void processControlService(ProtocolMessage msg) {
215
if (receivedHeader.getQueryID() == SecurityQueryID.SEND_INTERNAL_ERROR
216
&& receivedHeader.getQueryType() == SecurityQueryType.NOTIFICATION) {
217
if (receivedHeader.getErrorCode() != null) {
218
- DebugTool.logError(TAG, "Security Query module internal error:" + receivedHeader.getErrorCode().getName());
+ DebugTool.logError(TAG, "Security Query module internal error: " + receivedHeader.getErrorCode().getName());
219
} else {
220
DebugTool.logError(TAG, "Security Query module error: No information provided");
221
}
0 commit comments