aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm_api.c')
-rw-r--r--src/arm/arm_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 66747a624..dda5561ac 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -636,7 +636,7 @@ GNUNET_ARM_start_service (struct GNUNET_ARM_Handle *h,
636#if DEBUG_ARM 636#if DEBUG_ARM
637 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 637 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
638 _("Asked to start service `%s' within %llu ms\n"), service_name, 638 _("Asked to start service `%s' within %llu ms\n"), service_name,
639 (unsigned long long) timeout.value); 639 (unsigned long long) timeout.rel_value);
640#endif 640#endif
641 if (0 == strcasecmp ("arm", service_name)) 641 if (0 == strcasecmp ("arm", service_name))
642 { 642 {
@@ -706,7 +706,7 @@ GNUNET_ARM_stop_service (struct GNUNET_ARM_Handle *h,
706 706
707 GNUNET_log (GNUNET_ERROR_TYPE_INFO, 707 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
708 _("Stopping service `%s' within %llu ms\n"), service_name, 708 _("Stopping service `%s' within %llu ms\n"), service_name,
709 (unsigned long long) timeout.value); 709 (unsigned long long) timeout.rel_value);
710 if (h->client == NULL) 710 if (h->client == NULL)
711 { 711 {
712 client = GNUNET_CLIENT_connect (h->sched, "arm", h->cfg); 712 client = GNUNET_CLIENT_connect (h->sched, "arm", h->cfg);