Attention is currently required from: mschramm, roh.
Patch set 2:Code-Review -1
1 comment:
File src/client/main_fsm.c:
LOGPFSML(fi, LOGL_NOTICE, "we were instructed to connect to a bankd on a loopback address "
"%s. This is most likely a BROKEN CONFIGURATION, unless this client runs on the "
"same host as remsim-bankd\n", bc->bankd_conn.server_host);
we can actually be smarter about this message (on the client side): Only log this message if we ourselves are also using a loopback address. This way no NOTICE messages are printed when somebody actually does run bankd+client on localhost (which works). you just cannot run one on non-localhost and the other on it.
To view, visit change 33812. To unsubscribe, or for help writing mail filters, visit settings.