Minor update for Issue #209

This commit is contained in:
Miroslav Stampar
2012-10-21 18:53:31 +02:00
parent 261b286021
commit fb1497aa89
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ class Enumeration(GenericEnumeration):
return {}
def getDbs(self):
warnMsg = "on Microsoft Access it is not possible to enumerate databases"
warnMsg = "on Microsoft Access it is not possible to enumerate databases (use only '--tables')"
logger.warn(warnMsg)
return []