Link libgnunetblockgroup to libgnunetblock
[oweals/gnunet.git] / src / util / strings.c
index 2912553446d9ded02c26a6a6f2026b3366c4cf5e..d3268f4d99fa70d23a56db782a4d53f2c5fb80d4 100644 (file)
@@ -34,9 +34,9 @@
 #include <unistr.h>
 #include <uniconv.h>
 
-#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
+#define LOG(kind,...) GNUNET_log_from (kind, "util-strings", __VA_ARGS__)
 
-#define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "util", syscall)
+#define LOG_STRERROR(kind,syscall) GNUNET_log_from_strerror (kind, "util-strings", syscall)
 
 
 /**