chore(events,github): reword log message

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2024-08-14 18:41:34 +02:00
parent c1eb809f8b
commit 9dc9d9c4d5
@@ -294,7 +294,7 @@ export class GithubEntityProvider implements EntityProvider, EventSubscriber {
/** {@inheritdoc @backstage/plugin-events-node#EventSubscriber.onEvent} */
async onEvent(params: EventParams): Promise<void> {
this.logger.debug(`Received event from ${params.topic}`);
this.logger.debug(`Received event for topic ${params.topic}`);
if (EVENT_TOPICS.some(topic => topic === params.topic)) {
if (!this.connection) {
throw new Error('Not initialized');