Skip to content

Commit 486f100

Browse files
committed
fixes exception message
1 parent 583709f commit 486f100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-zookeeper-config/src/main/java/org/springframework/cloud/zookeeper/config/ZookeeperConfigDataLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ else if (ALL_OPTIONS.size() > 2) {
7474
}
7575
catch (Exception e) {
7676
if (log.isDebugEnabled()) {
77-
log.debug("Error getting properties from consul: " + resource, e);
77+
log.debug("Error getting properties from zookeeper: " + resource, e);
7878
}
7979
throw new ConfigDataResourceNotFoundException(resource, e);
8080
}

0 commit comments

Comments
 (0)