aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api.c')
-rw-r--r--src/testbed/testbed_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testbed/testbed_api.c b/src/testbed/testbed_api.c
index 09752ba28..f291892c6 100644
--- a/src/testbed/testbed_api.c
+++ b/src/testbed/testbed_api.c
@@ -448,7 +448,8 @@ handle_opsuccess (
448 uint64_t op_id; 448 uint64_t op_id;
449 449
450 op_id = GNUNET_ntohll (msg->operation_id); 450 op_id = GNUNET_ntohll (msg->operation_id);
451 LOG_DEBUG ("Operation %llu successful\n", op_id); 451 LOG_DEBUG ("Operation %llu successful\n",
452 (unsigned long long) op_id);
452 if (NULL == (opc = find_opc (c, op_id))) 453 if (NULL == (opc = find_opc (c, op_id)))
453 { 454 {
454 LOG_DEBUG ("Operation not found\n"); 455 LOG_DEBUG ("Operation not found\n");