Link libgnunetblockgroup to libgnunetblock
[oweals/gnunet.git] / src / util / os_installation.c
index b801f4f53e8f09383af8b3c9b29f0abc357f5414..1226c59662272be443a1a0bf17a21717ec43d4ab 100644 (file)
@@ -44,9 +44,9 @@
 #endif
 
 
-#define LOG(kind,...) GNUNET_log_from (kind, "util", __VA_ARGS__)
+#define LOG(kind,...) GNUNET_log_from (kind, "util-os-installation", __VA_ARGS__)
 
-#define LOG_STRERROR_FILE(kind,syscall,filename) GNUNET_log_from_strerror_file (kind, "util", syscall, filename)
+#define LOG_STRERROR_FILE(kind,syscall,filename) GNUNET_log_from_strerror_file (kind, "util-os-installation", syscall, filename)
 
 
 /**