Skip to content

Commit 1f49663

Browse files
committed
Drop the database prefix to better reflect its meaning
1 parent 1bdcfc6 commit 1f49663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/benji/scripts/benji.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ def version_info(self) -> None:
544544
logger.info('Benji version: {}.'.format(__version__))
545545
logger.info('Configuration version: {}, supported {}.'.format(VERSIONS.configuration.current,
546546
VERSIONS.configuration.supported))
547-
logger.info('Database metadata version: {}, supported {}.'.format(VERSIONS.database_metadata.current,
547+
logger.info('Metadata version: {}, supported {}.'.format(VERSIONS.database_metadata.current,
548548
VERSIONS.database_metadata.supported))
549549
logger.info('Object metadata version: {}, supported {}.'.format(VERSIONS.object_metadata.current,
550550
VERSIONS.object_metadata.supported))

0 commit comments

Comments
 (0)