aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mainloop.c
diff options
context:
space:
mode:
authorjames <>2008-03-11 17:56:04 +0000
committerjames <>2008-03-11 17:56:04 +0000
commitc27ba615b3704febf1468df68f52a320e0e80035 (patch)
tree520a6d8ebc5e998f3e3b58d815a190976e2c8f29 /apps/mainloop.c
parent7a28b8904a1d92528c92eb5c4fe7ce8f217b3393 (diff)
downloadsympathy-c27ba615b3704febf1468df68f52a320e0e80035.tar.gz
sympathy-c27ba615b3704febf1468df68f52a320e0e80035.tar.bz2
sympathy-c27ba615b3704febf1468df68f52a320e0e80035.zip
*** empty log message ***
Diffstat (limited to 'apps/mainloop.c')
-rw-r--r--apps/mainloop.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/mainloop.c b/apps/mainloop.c
index 4cc65a0..adaf49d 100644
--- a/apps/mainloop.c
+++ b/apps/mainloop.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.31 2008/03/11 17:56:04 james
+ * *** empty log message ***
+ *
* Revision 1.30 2008/03/11 17:47:24 james
* *** empty log message ***
*
@@ -560,5 +563,6 @@ mainloop (Context * c, ANSI * ansi, Socket * server_socket,
}
if (clients)
- clients_shutdown (clients,c);
+ clients_shutdown (clients, c);
+ log_f(c->l,"<sympathy is now terminating>");
}