aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 76fb1ce5a..376065d24 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1888,9 +1888,10 @@ handle_helper_message (void *cls, void *client,
1888 break; 1888 break;
1889 default: 1889 default:
1890 GNUNET_break (0); 1890 GNUNET_break (0);
1891 LOG (GNUNET_ERROR_TYPE_DEBUG, 1891 LOG (GNUNET_ERROR_TYPE_ERROR,
1892 "Unexpected message of type %u (%u bytes)", 1892 "Unexpected message of type %u (%u bytes)",
1893 ntohs (hdr->type), ntohs (hdr->size)); 1893 ntohs (hdr->type),
1894 ntohs (hdr->size));
1894 break; 1895 break;
1895 } 1896 }
1896 return GNUNET_OK; 1897 return GNUNET_OK;