aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2012-10-15 16:17:25 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2012-10-15 16:17:25 +0000
commit745f5b00bd774fc723b644ccbea4284f5ac00771 (patch)
tree5bc601c6d1d28f382a205b7f8f194e8961cbb343 /src/testbed/testbed_api.c
parent8c9b697446f94456708796b73f27c235d50de23f (diff)
downloadgnunet-745f5b00bd774fc723b644ccbea4284f5ac00771.tar.gz
gnunet-745f5b00bd774fc723b644ccbea4284f5ac00771.zip
logging and fixes
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index a9e909f25..7f9aeff0f 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -379,7 +379,7 @@ handle_opsuccess (struct GNUNET_TESTBED_Controller *c,
379 uint64_t op_id; 379 uint64_t op_id;
380 380
381 op_id = GNUNET_ntohll (msg->operation_id); 381 op_id = GNUNET_ntohll (msg->operation_id);
382 LOG_DEBUG ("Operation %ul successful\n", op_id); 382 LOG_DEBUG ("Operation %lu successful\n", op_id);
383 if (NULL == (opc = find_opc (c, op_id))) 383 if (NULL == (opc = find_opc (c, op_id)))
384 { 384 {
385 LOG_DEBUG ("Operation not found\n"); 385 LOG_DEBUG ("Operation not found\n");