aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 33edb9b1a..3e71fa476 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -1159,7 +1159,7 @@ GNUNET_h2s (const struct GNUNET_HashCode * hc)
1159 * Convert a hash to a string (for printing debug messages). 1159 * Convert a hash to a string (for printing debug messages).
1160 * This is one of the very few calls in the entire API that is 1160 * This is one of the very few calls in the entire API that is
1161 * NOT reentrant! Identical to #GNUNET_h2s(), except that another 1161 * NOT reentrant! Identical to #GNUNET_h2s(), except that another
1162 * buffer is used so both #GNUNET_h2s() and #GNUNET_i2s2() can be 1162 * buffer is used so both #GNUNET_h2s() and #GNUNET_h2s2() can be
1163 * used within the same log statement. 1163 * used within the same log statement.
1164 * 1164 *
1165 * @param hc the hash code 1165 * @param hc the hash code