Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Commit

Permalink
Adapt output message for reading the database file
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Walz <[email protected]>
Signed-off-by: Andreas Lauser <[email protected]>
  • Loading branch information
AlexMicWalz committed Nov 3, 2023
1 parent e33aeec commit 7a0f8a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbc2val/dbcfeederlib/dbcparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __init__(self,
continue
processed_files.add(filename)
if first:
log.info("Reading definitions from DBC file %s", filename)
log.info("Reading definitions from bus description file %s", filename)
database = cantools.database.load_file(
filename,
strict=use_strict_parsing,
Expand Down

0 comments on commit 7a0f8a2

Please sign in to comment.