Minor cosmetic update

This commit is contained in:
Miroslav Stampar 2014-10-23 15:18:22 +02:00
parent abbd352392
commit 5e31229d48

View File

@ -768,7 +768,7 @@ class Connect(object):
token = page
if not token:
errMsg = "CSRF token value '%s' can't be found at '%s'" % (conf.csrfToken, conf.csrfUrl or conf.url)
errMsg = "CSRF protection token '%s' can't be found at '%s'" % (conf.csrfToken, conf.csrfUrl or conf.url)
if not conf.csrfUrl:
errMsg += ". You can try to rerun by providing "
errMsg += "a valid value for option '--csrf-url'"