Attention is currently required from: pespin.
1 comment:
File src/stream_srv.c:
Patch Set #1, Line 848: LOGP(DLINP, LOGL_DEBUG, "NOTIFICATI
another even more critical problem of this function is that it logs no contxt whatsoever. You have no idea to which of your many sockets/associations it may relate to. This should be re-factored into something that generates the same prefix as LOGSSRV. If the function is to be shared between client + server (I think so), then one could just have a 'const char *prefix' argument and let the caller generate that prefix.
To view, visit change 34081. To unsubscribe, or for help writing mail filters, visit settings.