minor update regarding testing of GET parameters if --data and/or --forms is used

This commit is contained in:
Miroslav Stampar
2011-03-28 16:14:08 +00:00
parent 625f124263
commit 1e22ff45de
2 changed files with 11 additions and 2 deletions

View File

@@ -111,7 +111,7 @@ class Dump:
if Backend.getIdentifiedDbms() in (DBMS.ORACLE):
warnMsg = "on %s you have to use switch '--current-user' to " % Backend.getIdentifiedDbms()
warnMsg += "retrieve schema name which can be used "
warnMsg += "retrieve current schema name which can be used "
warnMsg += "as an equivalent to database name (-D) in further runs"
logger.warning(warnMsg)