Skip to content

Commit 44a1d06

Browse files
committed
HttpHeader logging
1 parent 1265146 commit 44a1d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioHttp/HttpHeader.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class HttpHeader {
107107
}
108108
// log content type
109109
if (StrView(key).equalsIgnoreCase(CONTENT_TYPE)) {
110-
LOGI("- %s: %s", CONTENT_TYPE, value);
110+
LOGI("%s: %s", CONTENT_TYPE, value);
111111
}
112112
} else {
113113
LOGD("HttpHeader::put - value ignored because it is null for %s", key);

0 commit comments

Comments
 (0)