aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_ril.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-04-16 08:11:54 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-04-16 08:11:54 +0000
commitbf5dc35463e6fa93d6eac42080b223e3d0f6666b (patch)
treee52ff196b53fb9070afc3107a213652f0c83e04e /src/ats/plugin_ats_ril.c
parent002efdf7faa45d3200a519505d7153a2335ee4c3 (diff)
downloadgnunet-bf5dc35463e6fa93d6eac42080b223e3d0f6666b.tar.gz
gnunet-bf5dc35463e6fa93d6eac42080b223e3d0f6666b.zip
change log level
Diffstat (limited to 'src/ats/plugin_ats_ril.c')
-rw-r--r--src/ats/plugin_ats_ril.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_ril.c b/src/ats/plugin_ats_ril.c
index d31f37ce8..f8d0738f5 100644
--- a/src/ats/plugin_ats_ril.c
+++ b/src/ats/plugin_ats_ril.c
@@ -1502,7 +1502,7 @@ agent_step (struct RIL_Peer_Agent *agent)
1502 1502
1503 GNUNET_assert(RIL_ACTION_INVALID != a_next); 1503 GNUNET_assert(RIL_ACTION_INVALID != a_next);
1504 1504
1505 GNUNET_log (GNUNET_ERROR_TYPE_INFO, "step() Step# %llu R: %f IN %llu OUT %llu A: %d\n", 1505 LOG (GNUNET_ERROR_TYPE_INFO, "step() Step# %llu R: %f IN %llu OUT %llu A: %d\n",
1506 agent->step_count, 1506 agent->step_count,
1507 reward, 1507 reward,
1508 agent->bw_in/1024, 1508 agent->bw_in/1024,