Minor consistency patch (Issue #475)

This commit is contained in:
stamparm
2013-07-01 13:01:53 +02:00
parent e3124b9176
commit 017ce22a2f
5 changed files with 9 additions and 9 deletions

View File

@@ -146,5 +146,5 @@ class Fingerprint(GenericFingerprint):
return False
def getHostname(self):
warnMsg = "on HyperSQL it is not possible to enumerate the hostname"
warnMsg = "on HSQLDB it is not possible to enumerate the hostname"
logger.warn(warnMsg)