Skip to content

Commit

Permalink
Merge branch 'improvement/BB-530-missing-Kafka-log-source-in-error' i…
Browse files Browse the repository at this point in the history
…nto q/8.7
  • Loading branch information
bert-e committed Sep 4, 2024
2 parents 5074a34 + 77e1948 commit 95298e5
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 @@ -354,7 +354,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 95298e5

Please sign in to comment.