gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28390 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r28390 - gnunet/src/transport
Date: Sun, 4 Aug 2013 20:43:32 +0200

Author: claudiu
Date: 2013-08-04 20:43:31 +0200 (Sun, 04 Aug 2013)
New Revision: 28390

Modified:
   gnunet/src/transport/plugin_transport_bluetooth.c
Log:
Fixing the comments

Modified: gnunet/src/transport/plugin_transport_bluetooth.c
===================================================================
--- gnunet/src/transport/plugin_transport_bluetooth.c   2013-08-04 18:37:42 UTC 
(rev 28389)
+++ gnunet/src/transport/plugin_transport_bluetooth.c   2013-08-04 18:43:31 UTC 
(rev 28390)
@@ -1211,7 +1211,7 @@
         bluetooth_plugin_address_to_string (NULL, &mas->endpoint->addr, sizeof 
(struct WlanAddress)));
 
     GNUNET_STATISTICS_update (plugin->env->stats,
-                             _("# HELLO messages received via WLAN"), 1,
+                             _("# HELLO messages received via Bluetooth"), 1,
                              GNUNET_NO);
     plugin->env->receive (plugin->env->cls, 
                          &tmpsource,
@@ -1304,7 +1304,7 @@
        GNUNET_CRYPTO_crc32_n (&wlanheader[1], msize - sizeof (struct 
WlanHeader)))
     {
       GNUNET_STATISTICS_update (plugin->env->stats,
-                               _("# BluetoothDATA messages discarded due to 
CRC32 error"), 1,
+                               _("# Bluetooth DATA messages discarded due to 
CRC32 error"), 1,
                                GNUNET_NO);
       break;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]