aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_operation.c
diff options
context:
space:
mode:
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;