From: Christian Grothoff Date: Thu, 24 Feb 2011 12:53:17 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~19055 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b76caf7687e6cb58049ea3d8fc1777e95e006e6;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/common_logging.c b/src/util/common_logging.c index 1a32c44bc..95400497e 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)