Skip to content

Commit c8f8b28

Browse files
Jeny SadadiaJenySadadia
Jeny Sadadia
authored andcommitted
src/send_kcidb: fix logs
Fix log statement about submitting node to KCIDB as we are not sending all the nodes we receive event for to KCIDB. Signed-off-by: Jeny Sadadia <[email protected]>
1 parent a014d73 commit c8f8b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/send_kcidb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def _run(self, context):
404404

405405
while True:
406406
node, is_hierarchy = self._api_helper.receive_event_node(context['sub_id'])
407-
self.log.info(f"Submitting node to KCIDB: {node['id']}")
407+
self.log.info(f"Received an event for node: {node['id']}")
408408

409409
parsed_checkout_node = []
410410
parsed_build_node = []

0 commit comments

Comments
 (0)