aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_operation.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-11-29 13:24:43 +0100
committert3sserakt <t3ss@posteo.de>2021-11-29 13:25:09 +0100
commitcd5125adad55defc96a0df120a27814695c7ff75 (patch)
tree4391b382c705cd379a013fdfc7363bc92d80d8b3 /src/messenger/gnunet-service-messenger_operation.c
parent297ee1c85e3b8a1745193c854df2dec1126b7b99 (diff)
parentf8beb38c5e813ace4799cef75232f6e5c6b3a67b (diff)
downloadgnunet-cd5125adad55defc96a0df120a27814695c7ff75.tar.gz
gnunet-cd5125adad55defc96a0df120a27814695c7ff75.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'src/messenger/gnunet-service-messenger_operation.c')
-rw-r--r--src/messenger/gnunet-service-messenger_operation.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/messenger/gnunet-service-messenger_operation.c b/src/messenger/gnunet-service-messenger_operation.c
index a8744e577..2b92d0c1d 100644
--- a/src/messenger/gnunet-service-messenger_operation.c
+++ b/src/messenger/gnunet-service-messenger_operation.c
@@ -63,6 +63,8 @@ load_operation (struct GNUNET_MESSENGER_OperationStore *store,
63{ 63{
64 GNUNET_assert((store) && (path)); 64 GNUNET_assert((store) && (path));
65 65
66 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Load operation configuration: %s\n", path);
67
66 struct GNUNET_CONFIGURATION_Handle *cfg = GNUNET_CONFIGURATION_create (); 68 struct GNUNET_CONFIGURATION_Handle *cfg = GNUNET_CONFIGURATION_create ();
67 struct GNUNET_MESSENGER_Operation* op = NULL; 69 struct GNUNET_MESSENGER_Operation* op = NULL;
68 70
@@ -124,6 +126,8 @@ save_operation (const struct GNUNET_MESSENGER_Operation *op,
124{ 126{
125 GNUNET_assert((path) && (op)); 127 GNUNET_assert((path) && (op));
126 128
129 GNUNET_log(GNUNET_ERROR_TYPE_DEBUG, "Save operation configuration: %s\n", path);
130
127 struct GNUNET_CONFIGURATION_Handle *cfg = GNUNET_CONFIGURATION_create (); 131 struct GNUNET_CONFIGURATION_Handle *cfg = GNUNET_CONFIGURATION_create ();
128 132
129 char *hash_data; 133 char *hash_data;