Syntax fix

* larpe/site_authentication.ptl: bad string syntax

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@483 3ed937ae-f919-0410-9a43-8e6f19e4ba6e
This commit is contained in:
jschneider 2009-09-30 11:26:08 +00:00
parent b219c94759
commit 396bcbfe85
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ class SiteAuthentication:
try:
http_get_page(url, {'Cookie': cookies})
except ConnectionError, err:
get_logger().warning(_"%s logout failed" % url)
get_logger().warning(_("%s logout failed") % url)
get_logger().debug(err)
# Remove cookies from the browser