aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_ril.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ats/plugin_ats_ril.c')
-rw-r--r--src/ats/plugin_ats_ril.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ats/plugin_ats_ril.c b/src/ats/plugin_ats_ril.c
index 3ab2335f8..850655a27 100644
--- a/src/ats/plugin_ats_ril.c
+++ b/src/ats/plugin_ats_ril.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 (C) 2011-2014 Christian Grothoff (and other contributing authors) 3 Copyright (C) 2011-2014 Christian Grothoff (and other contributing authors)
4 4
5 GNUnet is free software; you can redistribute it and/or modify 5 GNUnet is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published 6 it under the terms of the GNU General Public License as published
@@ -2824,7 +2824,11 @@ libgnunet_plugin_ats_ril_init (void *cls)
2824 cur->type = c; 2824 cur->type = c;
2825 cur->bw_in_available = env->in_quota[c]; 2825 cur->bw_in_available = env->in_quota[c];
2826 cur->bw_out_available = env->out_quota[c]; 2826 cur->bw_out_available = env->out_quota[c];
2827 LOG(GNUNET_ERROR_TYPE_DEBUG, "init() Quotas for %s network: IN %llu - OUT %llu\n", GNUNET_ATS_print_network_type(cur->type), cur->bw_in_available/1024, cur->bw_out_available/1024); 2827 LOG (GNUNET_ERROR_TYPE_DEBUG,
2828 "init() Quotas for %s network: IN %llu - OUT %llu\n",
2829 GNUNET_ATS_print_network_type(cur->type),
2830 cur->bw_in_available/1024,
2831 cur->bw_out_available/1024);
2828 } 2832 }
2829 2833
2830 LOG(GNUNET_ERROR_TYPE_DEBUG, "init() Parameters:\n"); 2834 LOG(GNUNET_ERROR_TYPE_DEBUG, "init() Parameters:\n");