diff options
author | LRN <LRN@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-10 12:27:43 +0000 |
---|---|---|
committer | LRN <LRN@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-10 12:27:43 +0000 |
commit | 9d58b895dcf2e5a9c99b3924a2e27ca006bb7daa (patch) | |
tree | 30741c303f6fb13bead021da709d8ec04e2495f6 | |
parent | d5cc647b09ca19ec4b372e461df810c6c4878664 (diff) |
Unnecessary argument
git-svn-id: https://gnunet.org/svn/gnunet@25346 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/util/configuration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/configuration.c b/src/util/configuration.c index 1088fac2a7..9c0a8b476e 100644 --- a/src/util/configuration.c +++ b/src/util/configuration.c @@ -296,7 +296,7 @@ GNUNET_CONFIGURATION_deserialize (struct GNUNET_CONFIGURATION_Handle *cfg, GNUNET_free_non_null (line_orig); break; } - LOG (GNUNET_ERROR_TYPE_DEBUG, "Finished deserializing config\n", tag); + LOG (GNUNET_ERROR_TYPE_DEBUG, "Finished deserializing config\n"); GNUNET_free_non_null (line_orig); GNUNET_free (section); GNUNET_assert ( (GNUNET_OK != ret) || (r_bytes == size) ); |