aboutsummaryrefslogtreecommitdiff
path: root/src/util/common_logging.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-02-24 12:53:17 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-02-24 12:53:17 +0000
commit1dae9c91d90cfd768d4de8ab93edc61445cbfd3f (patch)
tree985614e837918977c4acafb8261aa1b1857d5680 /src/util/common_logging.c
parent48c9e44aba404b65632c28d36c6848bf9940f051 (diff)
fix
git-svn-id: https://gnunet.org/svn/gnunet@14526 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/util/common_logging.c')
-rw-r--r--src/util/common_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/common_logging.c b/src/util/common_logging.c
index 1a32c44bcf..95400497e4 100644
--- a/src/util/common_logging.c
+++ b/src/util/common_logging.c
@@ -31,7 +31,7 @@
#include "gnunet_time_lib.h"
/**
- * After how many seconds do we always print
+ * After how many milliseconds do we always print
* that "message X was repeated N times"? Use 12h.
*/
#define BULK_DELAY_THRESHOLD (12 * 60 * 60 * 1000)