MDL-36211 fix log message typo

Credit goes to Dan Poltawski, thanks.
This commit is contained in:
Petr Škoda 2012-11-15 08:38:12 +01:00
parent 61c651c379
commit 5705796638

View File

@ -613,7 +613,7 @@ class database_session extends session_stub {
// Finally read the full session data because we know we have the lock now.
if (!$record = $this->database->get_record('sessions', array('id'=>$record->id))) {
error_log('Can read session record');
error_log('Cannot read session record');
$this->failed = true;
return '';
}