Attention is currently required from: osmith, Hoernchen, neels, laforge, fixeria, daniel.
2 comments:
File src/core/osmo_io.c:
Patch Set #13, Line 82: fprintf(stderr, "Invalid osmo_io backend requested: \"%s\nCheck the environment variable %s\n", backend, OSMO_IO_BACKEND_ENV);
You are missing a \" before first \n.
File src/core/osmo_io_poll.c:
Patch Set #13, Line 93: if (rc < 0) {
I think I changed this and you are changing it again.
I really don't understand why are you doing this here. Is there some specific reason?)
I also don't remember why exactly I changed it, but I recall there was a reason why I did so :/ I think this way you can, in the callback, actually dump the content of the message which is being dropped, which can be handy.
To view, visit change 30934. To unsubscribe, or for help writing mail filters, visit settings.