Minor patch

This commit is contained in:
Miroslav Stampar
2018-03-11 03:28:19 +01:00
parent 5380e8174b
commit c024233f88
3 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ class Fingerprint(GenericFingerprint):
warnMsg = "the back-end DBMS is not %s" % DBMS.HSQLDB
logger.warn(warnMsg)
dbgMsg = "...or version is < 1.7.2" % DBMS.HSQLDB
dbgMsg = "...or version is < 1.7.2"
logger.debug(dbgMsg)
return False