Attention is currently required from: fixeria, laforge, neels, osmith, pespin.
3 comments:
File src/core/logging_emscripten.c:
Patch Set #25, Line 44: const int msgLen = 4096;
Replaced it with MAX_LOG_SIZE
Done
Patch Set #25, Line 47: char subsys_buf[16];
Thanks for the note. You’re right: the 16-byte limit comes from the GSMTAP on-wire header. […]
Done
Patch Set #25, Line 57: if (msg[rc - 1] == '\n') msg[rc - 1] = '\0';
Thanks for pointing this out, fixed.
Done
To view, visit change 41813. To unsubscribe, or for help writing mail filters, visit settings.