Hello list,
some socket activated service gave me the error message you can see on
the subject, maybe systemd should be more verbose in that case. Please
see attached patch (untested).
Thanks,
Dimitris
P.S. Please CC me in all replies.
--- socket.c 2012-12-02 01:53:35.961437348 +0200
+++ socket.c.mine 2012-12-02 03:04:28.072283565 +0200
@@ -1484,7 +1484,8 @@ static void socket_enter_running(Socket
Service *service;
if (s->n_connections >= s->max_connections) {
- log_warning("Too many incoming connections (%u)", s->n_connections);
+ log_warning("%s: Too many incoming connections (%u)",
+ UNIT(s)->id, s->n_connections);
close_nointr_nofail(cfd);
return;
}
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel