diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2013-07-01 08:12:25 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2013-07-01 08:12:25 +0000 |
commit | 9caa43a3d2eb9f0449a93f534efd50853c48e448 (patch) | |
tree | 5225718133b55ecacfdf10bc9777af5db5a19078 | |
parent | 8ab3479ef2019031a0783d77ea1fec2546ca2079 (diff) |
fix address printing
-rw-r--r-- | src/transport/plugin_transport_wlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c index 73d80c6559..ae0c0ec290 100644 --- a/src/transport/plugin_transport_wlan.c +++ b/src/transport/plugin_transport_wlan.c @@ -736,7 +736,7 @@ create_session (struct MacEndpoint *endpoint, LOG (GNUNET_ERROR_TYPE_DEBUG, "Created new session for peer `%s' with endpoint %s\n", GNUNET_i2s (peer), - mac_to_string (&endpoint->addr)); + mac_to_string (&endpoint->addr.mac)); return session; } |