Fix log class

fixes gh-139
This commit is contained in:
Spencer Gibb
2017-07-07 13:08:09 -06:00
parent 5404f4df20
commit 8f8763ed1c

View File

@@ -65,7 +65,7 @@ public class ZookeeperPropertySourceLocator implements PropertySourceLocator {
private List<String> contexts;
private static final Log log = LogFactory.getLog(ConfigWatcher.class);
private static final Log log = LogFactory.getLog(ZookeeperPropertySourceLocator.class);
public ZookeeperPropertySourceLocator(CuratorFramework curator, ZookeeperConfigProperties properties) {
this.curator = curator;