Minor notification update

This commit is contained in:
Miroslav Stampar
2018-03-11 02:20:22 +01:00
parent 9ad32864ec
commit 24cefeaee2
3 changed files with 7 additions and 4 deletions

View File

@@ -125,9 +125,12 @@ class Fingerprint(GenericFingerprint):
return True
else:
warnMsg = "the back-end DBMS is not %s or version is < 1.7.2" % DBMS.HSQLDB
warnMsg = "the back-end DBMS is not %s" % DBMS.HSQLDB
logger.warn(warnMsg)
dbgMsg = "...or version is < 1.7.2" % DBMS.HSQLDB
logger.debug(dbgMsg)
return False
def getHostname(self):