Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bf1fcb

Browse files
committed
Minor layout adjustment
1 parent 0bd5b52 commit 4bf1fcb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/dbms/mssqlserver.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ def checkDbms(self):
195195

196196

197197
def getPrivileges(self):
198-
warnMsg = "on MySQL is it not possible to fetch database users privileges"
198+
warnMsg = "on Microsoft SQL Server it is not possible to fetch "
199+
warnMsg += "database users privileges"
199200
logger.warn(warnMsg)
200201

201202
return {}

0 commit comments

Comments
 (0)