aboutsummaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2017-03-07 08:11:39 +0000
committerbloodstalker <thabogre@gmail.com>2017-03-07 08:11:39 +0000
commit774b5980632a3e180ce19e88bd445aefefa2f068 (patch)
tree0d76b91ad72cd48014c997d9a694979857bb0593 /daemon
parentadded and announcement about the new mutator client-server feature. (diff)
downloadmutator-774b5980632a3e180ce19e88bd445aefefa2f068.tar.gz
mutator-774b5980632a3e180ce19e88bd445aefefa2f068.zip
just undefined a debug macro so the erver output is more readable
Diffstat (limited to 'daemon')
-rw-r--r--daemon/daemon_aux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/daemon_aux.c b/daemon/daemon_aux.c
index 31bb2f2..3dbb01a 100644
--- a/daemon/daemon_aux.c
+++ b/daemon/daemon_aux.c
@@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.*
/**********************************************************************************************************************/
/*macros*/
#define __DBG
-#if 0
+#if 1
#undef __DBG
#endif
/**********************************************************************************************************************/