diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-02-24 12:53:17 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-02-24 12:53:17 +0000 |
commit | 1dae9c91d90cfd768d4de8ab93edc61445cbfd3f (patch) | |
tree | 985614e837918977c4acafb8261aa1b1857d5680 /src/util/common_logging.c | |
parent | 48c9e44aba404b65632c28d36c6848bf9940f051 (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.c | 2 |
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) |