aboutsummaryrefslogtreecommitdiff
path: root/src/ats/plugin_ats_ril.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-05 13:09:00 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-05 13:09:00 +0000
commit04763dd4b84cafbdab8eb8b60f02a36173aad412 (patch)
treee4907a9c8f62301e9a42819494776d3324b929c5 /src/ats/plugin_ats_ril.c
parent2f166164c80ef5065d8899e0f9f123a148b742b6 (diff)
downloadgnunet-04763dd4b84cafbdab8eb8b60f02a36173aad412.tar.gz
gnunet-04763dd4b84cafbdab8eb8b60f02a36173aad412.zip
fix: setting network in address with eval tool
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 f8d0738f5..6425ce777 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 LOG (GNUNET_ERROR_TYPE_INFO, "step() Step# %llu R: %f IN %llu OUT %llu A: %d\n", 1505 LOG (GNUNET_ERROR_TYPE_DEBUG, "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,