Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Clooper
diff options
context:
space:
mode:
authorJames <james@mackie.fourth>2007-03-20 02:35:16 (GMT)
committer James <james@mackie.fourth>2007-03-20 02:35:16 (GMT)
commit84d6431b1d98c16d93528723c9f14daf24c47ca9 (patch)
tree18c6b42b1c133645646929a08be66b6aeea18c8c /Util/Clooper
parentfb75c8c382ebd2260a2600c6bfdfc0efefe6449d (diff)
misc fixes, verbose client logging
Diffstat (limited to 'Util/Clooper')
-rw-r--r--Util/Clooper/aclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/Clooper/aclient.cpp b/Util/Clooper/aclient.cpp
index c9e298b..0d73c7e 100644
--- a/Util/Clooper/aclient.cpp
+++ b/Util/Clooper/aclient.cpp
@@ -849,7 +849,7 @@ DECL(sc_initialize) //(char * csd)
char * str;
char * log_file;
int period, ppb;
- if (!PyArg_ParseTuple(args, "ssii", &str, &log_file, &period, &ppb ))
+ if (!PyArg_ParseTuple(args, "ssiii", &str, &log_file, &period, &ppb, &VERBOSE ))
{
return NULL;
}