From f9ce3f955053410e454b87a3f5b6aca956d479c3 Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Fri, 18 Nov 2005 23:35:16 +0000 Subject: [PATCH] update my todo list svn path=/trunk/; revision=19335 --- reactos/services/tcpsvcs/tcpsvcs.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/services/tcpsvcs/tcpsvcs.c b/reactos/services/tcpsvcs/tcpsvcs.c index 188fbfa5a68..6736a656abc 100644 --- a/reactos/services/tcpsvcs/tcpsvcs.c +++ b/reactos/services/tcpsvcs/tcpsvcs.c @@ -13,9 +13,8 @@ */ /* * TODO: - * - Start tcpsvcs as a service. - * - write debugging function and print all dbg info via that. - * - change 'temp' to something meaningfull + * - fix bug when terminating chargen server + * - log info in the event logger (when it's implemented) */