This commit is contained in:
Bernardo Damele
2010-11-12 10:02:02 +00:00
parent 306e96331d
commit 66c82d72e4
11 changed files with 19 additions and 19 deletions

View File

@@ -91,7 +91,7 @@ class Fingerprint(GenericFingerprint):
result = Request.queryPage(payload)
if not result:
warnMsg = "the back-end DMBS is not SQLite"
warnMsg = "the back-end DBMS is not SQLite"
logger.warn(warnMsg)
return False
@@ -108,7 +108,7 @@ class Fingerprint(GenericFingerprint):
return True
else:
warnMsg = "the back-end DMBS is not SQLite"
warnMsg = "the back-end DBMS is not SQLite"
logger.warn(warnMsg)
return False