Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 16, 2023
1 parent aa9a5e0 commit 4799b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioHttp/HttpHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class HttpHeader {
}
// If we dont get an answer, we abort
if(millis() > timeout ){
LOGE("Request timed out after %d ms", timeout_ms);
LOGE("Request timed out after %d ms", (int)timeout_ms);
status_code = 401;
return false;
}
Expand Down

0 comments on commit 4799b03

Please sign in to comment.