Skip to content

Commit 3d349d9

Browse files
authored
Merge branch 'development' into FME-10546-fallback-treatment-string
2 parents 653764a + a7407f7 commit 3d349d9

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)