We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 653764a + a7407f7 commit 3d349d9Copy full SHA for 3d349d9
client/src/main/java/io/split/engine/experiments/SplitFetcherImp.java
@@ -100,7 +100,7 @@ public FetchResult forceRefresh(FetchOptions options) {
100
Thread.currentThread().interrupt();
101
return new FetchResult(false, true, new HashSet<>());
102
} catch (Exception e) {
103
- _log.error("RefreshableSplitFetcher failed: " + e.getMessage());
+ _log.error("SplitFetcherImp failed: " + e.getMessage());
104
if (_log.isDebugEnabled()) {
105
_log.debug("Reason:", e);
106
}
@@ -166,4 +166,4 @@ private Set<String> runWithoutExceptionHandling(FetchOptions options) throws Int
166
167
return segments;
168
169
-}
+}
0 commit comments