Skip to content

Commit a7407f7

Browse files
authored
Merge pull request #608 from splitio/sanzmauro-patch
Update SplitFetcherImp.java
2 parents 42819d3 + 88bb037 commit a7407f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/main/java/io/split/engine/experiments/SplitFetcherImp.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public FetchResult forceRefresh(FetchOptions options) {
100100
Thread.currentThread().interrupt();
101101
return new FetchResult(false, true, new HashSet<>());
102102
} catch (Exception e) {
103-
_log.error("RefreshableSplitFetcher failed: " + e.getMessage());
103+
_log.error("SplitFetcherImp failed: " + e.getMessage());
104104
if (_log.isDebugEnabled()) {
105105
_log.debug("Reason:", e);
106106
}
@@ -166,4 +166,4 @@ private Set<String> runWithoutExceptionHandling(FetchOptions options) throws Int
166166

167167
return segments;
168168
}
169-
}
169+
}

0 commit comments

Comments
 (0)