Minor update

This commit is contained in:
Miroslav Stampar 2014-09-03 23:09:10 +02:00
parent bbf0be1f8d
commit b1467f4c1f

View File

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