diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 21:59:17 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 21:59:17 +0200 |
commit | 1661be68510e57cac9abded49d23a6c731f1840e (patch) | |
tree | af9b487165fb869a39c836c465d9b936936b6758 /lib | |
parent | b45f08557e5dc0275ec11d90b2581e8b5d91b27b (diff) |
i18n for low level logging is not needed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/apiauth.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/apiauth.php b/lib/apiauth.php index e78de618e..efadffc13 100644 --- a/lib/apiauth.php +++ b/lib/apiauth.php @@ -273,8 +273,8 @@ class ApiAuthAction extends ApiAction list($proxy, $ip) = common_client_ip(); - $msg = sprintf(_('Failed API auth attempt, nickname = %1$s, ' . - 'proxy = %2$s, ip = %3$s'), + $msg = sprintf( 'Failed API auth attempt, nickname = %1$s, ' . + 'proxy = %2$s, ip = %3$s', $this->auth_user_nickname, $proxy, $ip); |