mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +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;
|
||||
}
|
||||
if (rc) {
|
||||
WARNF("(ftch) content-length is %`'.*s",
|
||||
FetchHeaderLength(kHttpContentLength),
|
||||
FetchHeaderData(kHttpContentLength));
|
||||
DEBUGF("(ftch) content-length is %`'.*s",
|
||||
FetchHeaderLength(kHttpContentLength),
|
||||
FetchHeaderData(kHttpContentLength));
|
||||
hdrsize = rc;
|
||||
if (logmessages) {
|
||||
LogMessage("received", inbuf.p, hdrsize);
|
||||
|
|
Loading…
Reference in a new issue