Skip to content

Commit 2f1c564

Browse files
Fixing message in config manager (#302)
1 parent 80c6e28 commit 2f1c564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-httpclient-impl/src/main/java/com/optimizely/ab/config/HttpProjectConfigManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public String getDatafileFromResponse(HttpResponse response) throws NullPointerE
9494
}
9595
return EntityUtils.toString(entity, "UTF-8");
9696
} else {
97-
throw new ClientProtocolException("unexpected response from event endpoint, status: " + status);
97+
throw new ClientProtocolException("unexpected response when trying to fetch datafile, status: " + status);
9898
}
9999
}
100100

0 commit comments

Comments
 (0)