Skip to content

Commit 26f5ea7

Browse files
committed
Use 'data source' instead of 'DataSource' in logs for the DataSource.
1 parent beb300c commit 26f5ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sdk/server/src/main/java/com/launchdarkly/sdk/server/FDv2DataSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ private void runSynchronizers() {
352352
}
353353
} catch(Exception e) {
354354
// We are not expecting to encounter this situation, but if we do, then we should log it.
355-
logger.error("Unexpected error in DataSource: {}", e.toString());
355+
logger.error("Unexpected error in data source: {}", e.toString());
356356
}finally {
357357
sourceManager.close();
358358
}

0 commit comments

Comments
 (0)