fix logging

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1332160 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sami Siren 2012-04-30 11:12:21 +00:00
parent d8898b662d
commit f2a682a587

View File

@ -161,7 +161,7 @@ public class HttpShardHandlerFactory extends ShardHandlerFactory implements Plug
T temp = (T) initArgs.get(configKey);
toReturn = (temp != null) ? temp : defaultValue;
}
log.info("Setting {} to: {}", configKey, soTimeout);
log.info("Setting {} to: {}", configKey, toReturn);
return toReturn;
}