mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-04-22 23:04:47 +00:00
Tune a log message priority in redbean (#589)
This commit is contained in:
parent
6a04bc3318
commit
b0287ef34c
1 changed files with 3 additions and 3 deletions
|
@ -304,9 +304,9 @@ static int LuaFetch(lua_State *L) {
|
||||||
goto TransportError;
|
goto TransportError;
|
||||||
}
|
}
|
||||||
if (rc) {
|
if (rc) {
|
||||||
WARNF("(ftch) content-length is %`'.*s",
|
DEBUGF("(ftch) content-length is %`'.*s",
|
||||||
FetchHeaderLength(kHttpContentLength),
|
FetchHeaderLength(kHttpContentLength),
|
||||||
FetchHeaderData(kHttpContentLength));
|
FetchHeaderData(kHttpContentLength));
|
||||||
hdrsize = rc;
|
hdrsize = rc;
|
||||||
if (logmessages) {
|
if (logmessages) {
|
||||||
LogMessage("received", inbuf.p, hdrsize);
|
LogMessage("received", inbuf.p, hdrsize);
|
||||||
|
|
Loading…
Add table
Reference in a new issue