mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 06:35:55 +00:00
logger: shorter syntax
This commit is contained in:
@@ -129,7 +129,7 @@ class Pref_System extends Handler_Administrative {
|
||||
?>
|
||||
<tr>
|
||||
<td class='errno'>
|
||||
<?= Logger::$errornames[$line["errno"]] . " (" . $line["errno"] . ")" ?>
|
||||
<?= Logger::ERROR_NAMES[$line["errno"]] . " (" . $line["errno"] . ")" ?>
|
||||
</td>
|
||||
<td class='filename'><?= $line["filename"] . ":" . $line["lineno"] ?></td>
|
||||
<td class='errstr'><?= $line["errstr"] . "\n" . $line["context"] ?></td>
|
||||
|
||||
Reference in New Issue
Block a user