diff options
author | bloodstalker <thabogre@gmail.com> | 2017-03-07 08:11:39 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-03-07 08:11:39 +0000 |
commit | 774b5980632a3e180ce19e88bd445aefefa2f068 (patch) | |
tree | 0d76b91ad72cd48014c997d9a694979857bb0593 /daemon/daemon_aux.c | |
parent | added and announcement about the new mutator client-server feature. (diff) | |
download | mutator-774b5980632a3e180ce19e88bd445aefefa2f068.tar.gz mutator-774b5980632a3e180ce19e88bd445aefefa2f068.zip |
just undefined a debug macro so the erver output is more readable
Diffstat (limited to 'daemon/daemon_aux.c')
-rw-r--r-- | daemon/daemon_aux.c | 2 |
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 /**********************************************************************************************************************/ |