Couple of wording updates

This commit is contained in:
Miroslav Stampar
2017-12-04 13:59:35 +01:00
parent 9fab2c9764
commit 220dffbcfa
7 changed files with 15 additions and 15 deletions

View File

@@ -307,9 +307,9 @@ class Users:
if not kb.data.cachedUsersPasswords:
errMsg = "unable to retrieve the password hashes for the "
errMsg += "database users (probably because the session "
errMsg += "user has no read privileges over the relevant "
errMsg += "system database table)"
errMsg += "database users (probably because the DBMS "
errMsg += "current user has no read privileges over the relevant "
errMsg += "system database table(s))"
logger.error(errMsg)
else:
for user in kb.data.cachedUsersPasswords: