diff --git a/client/src/main/java/io/split/engine/experiments/SplitFetcherImp.java b/client/src/main/java/io/split/engine/experiments/SplitFetcherImp.java index a2d8681d..30d374cd 100644 --- a/client/src/main/java/io/split/engine/experiments/SplitFetcherImp.java +++ b/client/src/main/java/io/split/engine/experiments/SplitFetcherImp.java @@ -100,7 +100,7 @@ public FetchResult forceRefresh(FetchOptions options) { Thread.currentThread().interrupt(); return new FetchResult(false, true, new HashSet<>()); } catch (Exception e) { - _log.error("RefreshableSplitFetcher failed: " + e.getMessage()); + _log.error("SplitFetcherImp failed: " + e.getMessage()); if (_log.isDebugEnabled()) { _log.debug("Reason:", e); } @@ -166,4 +166,4 @@ private Set runWithoutExceptionHandling(FetchOptions options) throws Int return segments; } -} \ No newline at end of file +}