"getrange" console output #1569
Answered
by
cpq
NRollo
asked this question in
Ask questions, get answers
-
When running the moongoose web server I randomly get console output like this:
Looking at line 1415 in the mongoose.c code dosn't give me much information on what this means, - is it at debug information that has wrongly been set as INFO or something I should worried about? The platform is esp-idf (ESP32) with Mongoose release 7.6 |
Beta Was this translation helpful? Give feedback.
Answered by
cpq
Jun 1, 2022
Replies: 1 comment
-
@NRollo thank you. Yes, that is a debug leftover: https://github.com/cesanta/mongoose/blob/7.6/mongoose.c#L1415 Please update to 7.7, or to the HEAD. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NRollo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@NRollo thank you.
Yes, that is a debug leftover: https://github.com/cesanta/mongoose/blob/7.6/mongoose.c#L1415
Please update to 7.7, or to the HEAD.