Skip to content

Commit

Permalink
MDL-14992 towards better db sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Jan 17, 2009
1 parent 3b1a984 commit a644e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sessionlib.php
Expand Up @@ -353,7 +353,7 @@ public function handler_read($sid) {
try {
$this->database->update_record('sessions', $record);
} catch (dml_exception $ex) {
error_log('Can time out database session');
error_log('Can not time out database session');
return '';
}
}
Expand Down

0 comments on commit a644e21

Please sign in to comment.