Skip to content

Commit 8ce105d

Browse files
committed
Compile error: esp8266
1 parent ec0737e commit 8ce105d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/CoreAudio/AudioHttp/AudioServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class AudioServerT {
228228
response = "HTTP/1.1 200 OK";
229229
}
230230
client_obj.println(response);
231-
LOGI(response);
231+
LOGI("%s", response);
232232
if (content_type != nullptr) {
233233
client_obj.print("Content-type:");
234234
client_obj.println(content_type);

0 commit comments

Comments
 (0)