aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-05-07 12:20:07 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-05-07 12:20:07 +0000
commitd05d4982d460e3c15561a4e212221e1fe805841c (patch)
tree7f40a79e319e23c1ca32f14ea1e0bc896550ec3c /src
parent5925392a4a7cedef74e19ceb65c829707c4508f8 (diff)
downloadgnunet-d05d4982d460e3c15561a4e212221e1fe805841c.tar.gz
gnunet-d05d4982d460e3c15561a4e212221e1fe805841c.zip
fix log level
Diffstat (limited to 'src')
-rw-r--r--src/ats/plugin_ats_proportional.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/plugin_ats_proportional.c b/src/ats/plugin_ats_proportional.c
index 7badd3491..01993f471 100644
--- a/src/ats/plugin_ats_proportional.c
+++ b/src/ats/plugin_ats_proportional.c
@@ -453,7 +453,7 @@ libgnunet_plugin_ats_proportional_init (void *cls)
453 } 453 }
454 else 454 else
455 s->prop_factor = PROPORTIONALITY_FACTOR; 455 s->prop_factor = PROPORTIONALITY_FACTOR;
456 LOG (GNUNET_ERROR_TYPE_ERROR, "Using proportionality factor %.0f\n", 456 LOG (GNUNET_ERROR_TYPE_INFO, "Using proportionality factor %.0f\n",
457 s->prop_factor); 457 s->prop_factor);
458 458
459 459