aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/Agent.h
diff options
context:
space:
mode:
authorNito Martinez <Nito@Qindel.ES>2015-05-15 22:40:05 +0200
committerNito Martinez <Nito@Qindel.ES>2015-05-15 22:40:05 +0200
commitcf4ed917e2d7d6b3683ba1aa4ea4662538b69516 (patch)
tree4cfdb3464db15feb471c80d46c1ab5f531a847c5 /nxcomp/Agent.h
parent8ed8a43d2cad421561d0082949d2bfa9f29c7675 (diff)
downloadnx-libs-cf4ed917e2d7d6b3683ba1aa4ea4662538b69516.tar.gz
nx-libs-cf4ed917e2d7d6b3683ba1aa4ea4662538b69516.tar.bz2
nx-libs-cf4ed917e2d7d6b3683ba1aa4ea4662538b69516.zip
This patch is some code fixes to debug some debuging macro usage in the NX code.
Particularly the following macros have been tested -DTEST -DDEBUG -DDUMP -DFLUSH -DTOKEN -DSPLIT -DPING -DMIXED -DMATCH -DTIME
Diffstat (limited to 'nxcomp/Agent.h')
-rw-r--r--nxcomp/Agent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/Agent.h b/nxcomp/Agent.h
index ded344d84..2c5badf53 100644
--- a/nxcomp/Agent.h
+++ b/nxcomp/Agent.h
@@ -217,7 +217,7 @@ class Agent
#if defined(TEST) || defined(INFO)
*logofs << "Agent: proxyCanRead() is "
- << ((int) FD_ISSET(proxy -> getFd(), &readWorkSet)
+ << ((int) FD_ISSET(proxy -> getFd(), &readWorkSet))
<< ".\n" << logofs_flush;
#endif