Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Change log message to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Richelson committed Dec 21, 2016
1 parent a4a1a7a commit 8bfae78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/launchdarkly/client/LDClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ private void sendFlagRequestEvent(String featureKey, LDUser user, JsonElement va
@Override
public Map<String, JsonElement> allFlags(LDUser user) {
if (isOffline()) {
logger.warn("allFlags() was called when client is in offline mode!");
logger.debug("allFlags() was called when client is in offline mode.");
}

if (!initialized()) {
Expand Down

0 comments on commit 8bfae78

Please sign in to comment.