Minor layout adjustment

This commit is contained in:
Bernardo Damele 2008-11-15 01:10:29 +00:00
parent 0bd5b52d95
commit 4bf1fcb8ec

View File

@ -195,7 +195,8 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Takeover):
def getPrivileges(self):
warnMsg = "on MySQL is it not possible to fetch database users privileges"
warnMsg = "on Microsoft SQL Server it is not possible to fetch "
warnMsg += "database users privileges"
logger.warn(warnMsg)
return {}