diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2012-03-30 09:48:40 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2012-03-30 09:48:40 +0000 |
commit | f5ffb404fcb5a5585370dbc0a6975ff8fb6f31ee (patch) | |
tree | 03a9e3f270515f5735b5451064bfdb8a0166fb1f | |
parent | 0e7a1358adfd0b6517a6da19864f23154d616383 (diff) |
- remove err msg
-rw-r--r-- | src/transport/plugin_transport_unix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index fa7783b9ee..b7239ee9a2 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -1099,8 +1099,6 @@ libgnunet_plugin_transport_unix_init (void *cls) if (sockets_created == 0) GNUNET_log (GNUNET_ERROR_TYPE_WARNING, _("Failed to open UNIX sockets\n")); - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, _("UNIX\n")); - plugin->session_map = GNUNET_CONTAINER_multihashmap_create(10); GNUNET_SCHEDULER_add_now (address_notification, plugin); |