aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-27 19:14:01 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-27 19:14:01 +0000
commita6a4bf9797ecf078179a102f52d1e30a4987bf03 (patch)
treec73b72bbf6552b95fbc43a48d3e2296cf16ddb50 /src/core
parent383eec1895fff4a83f26bb8244d86571dd5baef9 (diff)
downloadgnunet-a6a4bf9797ecf078179a102f52d1e30a4987bf03.tar.gz
gnunet-a6a4bf9797ecf078179a102f52d1e30a4987bf03.zip
-converting more places to use STRINGS_relative_time_to_string
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gnunet-service-core_kx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/gnunet-service-core_kx.c b/src/core/gnunet-service-core_kx.c
index 755d0c34c..39f58c594 100644
--- a/src/core/gnunet-service-core_kx.c
+++ b/src/core/gnunet-service-core_kx.c
@@ -1625,8 +1625,8 @@ GSC_KX_handle_encrypted_message (struct GSC_KeyExchangeInfo *kx,
1625 MAX_MESSAGE_AGE.rel_value) 1625 MAX_MESSAGE_AGE.rel_value)
1626 { 1626 {
1627 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 1627 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1628 _("Message received far too old (%llu ms). Content ignored.\n"), 1628 _("Message received far too old (%s). Content ignored.\n"),
1629 GNUNET_TIME_absolute_get_duration (t).rel_value); 1629 GNUNET_STRINGS_relative_time_to_string (GNUNET_TIME_absolute_get_duration (t), GNUNET_YES));
1630 GNUNET_STATISTICS_update (GSC_stats, 1630 GNUNET_STATISTICS_update (GSC_stats,
1631 gettext_noop 1631 gettext_noop
1632 ("# bytes dropped (ancient message)"), size, 1632 ("# bytes dropped (ancient message)"), size,