mirror of
https://github.com/apache/lucene.git
synced 2025-03-01 13:59:12 +00:00
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:
parent
d8898b662d
commit
f2a682a587
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user