Skip to content

Commit 6df8161

Browse files
committed
Fix #159
1 parent 0ba18a4 commit 6df8161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/main/java/eu/bittrade/libs/steemj/SteemJ.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ public SteemJ() throws SteemCommunicationException, SteemResponseException {
152152
|| SteemJConfig.getInstance().getSynchronizationLevel().equals(SynchronizationType.APIS_ONLY)) {
153153
for (SteemApiType steemApi : SteemApiType.values()) {
154154
if (getApiByName(steemApi.toString().toLowerCase()) == null) {
155-
LOGGER.warn("The {} is not published by the configured node.", steemApi);
155+
LOGGER.debug("The {} is not published by the configured node.", steemApi);
156156
}
157157
}
158158
}

0 commit comments

Comments
 (0)