From 298248cb1abfc18b6102d3381f62c946c4e93233 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 7 Jun 2013 13:18:59 +0000 Subject: [PATCH] changes --- src/ats/gnunet-service-ats-solver_proportional.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ats/gnunet-service-ats-solver_proportional.c b/src/ats/gnunet-service-ats-solver_proportional.c index 474806c44..f48390f2e 100644 --- a/src/ats/gnunet-service-ats-solver_proportional.c +++ b/src/ats/gnunet-service-ats-solver_proportional.c @@ -29,7 +29,7 @@ #include "gnunet-service-ats_addresses.h" #include "gnunet_statistics_service.h" -#define LOG(kind,...) GNUNET_log_from (kind, "ats-simplistic",__VA_ARGS__) +#define LOG(kind,...) GNUNET_log_from (kind, "ats-proportional",__VA_ARGS__) /** * @@ -212,7 +212,7 @@ #define MIN_UPDATE_INTERVAL GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_SECONDS, 10) /** - * A handle for the simplistic solver + * A handle for the proportional solver */ struct GAS_PROPORTIONAL_Handle { @@ -1138,7 +1138,7 @@ GAS_simplistic_address_change_preference (void *solver, */ /** - * Get the prefered address for a specific peer + * Get the preferred address for a specific peer * * @param solver the solver handle * @param addresses the address hashmap containing all addresses -- 2.25.1