Index: neercs/trunk/src/server.c
===================================================================
--- neercs/trunk/src/server.c	(revision 3438)
+++ neercs/trunk/src/server.c	(revision 3441)
@@ -491,5 +491,5 @@
         if(fd != 0)
             close(fd);
-        fd = open("/tmp/log.txt", O_RDWR|O_CREAT, S_IRUSR|S_IWUSR);
+        fd = open("/tmp/neercs-debug.txt", O_TRUNC|O_RDWR|O_CREAT, S_IRUSR|S_IWUSR);
         dup2(fd, 1);
         dup2(fd, 2);
