commit c51b11c5a237a46d365a862687e3bf4868c3108f parent 1b49a45a0a117c22e1e11accb52bf681b00eeebc Author: Bastien Dejean <nihilhill@gmail.com> Date: Thu, 14 Mar 2013 12:09:48 +0100 Terse reformulation Diffstat:
M | sxhkd.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sxhkd.c b/sxhkd.c @@ -265,7 +265,7 @@ int main(int argc, char *argv[]) } if (xcb_connection_has_error(dpy)) { - warn("The server has closed the connection.\n"); + warn("The server closed the connection.\n"); running = false; } }