gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23349 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r23349 - gnunet/src/mesh
Date: Tue, 21 Aug 2012 18:02:23 +0200

Author: bartpolot
Date: 2012-08-21 18:02:23 +0200 (Tue, 21 Aug 2012)
New Revision: 23349

Modified:
   gnunet/src/mesh/gnunet-service-mesh.c
Log:
- don't show on empty data

Modified: gnunet/src/mesh/gnunet-service-mesh.c
===================================================================
--- gnunet/src/mesh/gnunet-service-mesh.c       2012-08-21 15:57:59 UTC (rev 
23348)
+++ gnunet/src/mesh/gnunet-service-mesh.c       2012-08-21 16:02:23 UTC (rev 
23349)
@@ -88,7 +88,9 @@
   __sum += __diff;\
   __count++;\
 } while (0)
-#define INTERVAL_SHOW GNUNET_log (GNUNET_ERROR_TYPE_INFO, "AVG process time: 
%f ns\n", __sum/__count)
+#define INTERVAL_SHOW \
+if (0 < __count)\
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO, "AVG process time: %f ns\n", 
__sum/__count)
 #else
 #define INTERVAL_START
 #define INTERVAL_END




reply via email to

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