We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1265146 commit 44a1d06Copy full SHA for 44a1d06
src/AudioTools/CoreAudio/AudioHttp/HttpHeader.h
@@ -107,7 +107,7 @@ class HttpHeader {
107
}
108
// log content type
109
if (StrView(key).equalsIgnoreCase(CONTENT_TYPE)) {
110
- LOGI("- %s: %s", CONTENT_TYPE, value);
+ LOGI("%s: %s", CONTENT_TYPE, value);
111
112
} else {
113
LOGD("HttpHeader::put - value ignored because it is null for %s", key);
0 commit comments