aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-14 17:17:42 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-14 17:17:42 +0100
commitc90b5703c88339f7bdf909b77a45ea93c21792cd (patch)
treefc3397900dc6bdbcdd17cf773f6d60e53abc025a /src/testbed/testbed_api.c
parentf62e24a88c21235bc3c901508cfb474509ef2961 (diff)
parentd36019fe48ff1e4e56754ef3e689bd67445a38f6 (diff)
downloadgnunet-c90b5703c88339f7bdf909b77a45ea93c21792cd.tar.gz
gnunet-c90b5703c88339f7bdf909b77a45ea93c21792cd.zip
Merge branch 'master' of git+ssh://gnunet.org/gnunet
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");