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 ec0737e commit 8ce105dCopy full SHA for 8ce105d
src/AudioTools/CoreAudio/AudioHttp/AudioServer.h
@@ -228,7 +228,7 @@ class AudioServerT {
228
response = "HTTP/1.1 200 OK";
229
}
230
client_obj.println(response);
231
- LOGI(response);
+ LOGI("%s", response);
232
if (content_type != nullptr) {
233
client_obj.print("Content-type:");
234
client_obj.println(content_type);
0 commit comments