i18n for low level logging is not needed.

This commit is contained in:
Siebrand Mazeland 2010-04-10 21:59:17 +02:00
parent b45f08557e
commit 1661be6851

View File

@ -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);