Skip to content

Commit

Permalink
add missing Kafka log source in error
Browse files Browse the repository at this point in the history
Issue : BB-530
  • Loading branch information
benzekrimaha committed Sep 4, 2024
1 parent e7d6e10 commit 77e1948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queuePopulator/QueuePopulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ class QueuePopulator {
break;
default:
throw new Error("bad 'logSource' config value: expect 'bucketd,'" +
` mongo or 'dmd', got '${this.qpConfig.logSource}'`);
` 'mongo' or 'kafka' or 'dmd', got '${this.qpConfig.logSource}'`);
}
}

Expand Down

0 comments on commit 77e1948

Please sign in to comment.