sprintf arguments mixed up

This commit is contained in:
Rémi Dewitte 2013-03-12 17:29:26 +01:00
parent a8f9cf787b
commit 0875b84fa6

View file

@ -147,7 +147,7 @@ class FileLog extends BaseLog {
$selfError = true;
trigger_error(__d(
'cake_dev', 'Could not apply permission mask "%s" on log file "%s"',
array($pathname, $this->_config['mask'])), E_USER_WARNING);
array($this->_config['mask'], $pathname)), E_USER_WARNING);
$selfError = false;
}
return $result;