summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/diag_logs.php')
-rwxr-xr-xusr/local/www/diag_logs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs.php b/usr/local/www/diag_logs.php
index e4cc0e7..8692ccc 100755
--- a/usr/local/www/diag_logs.php
+++ b/usr/local/www/diag_logs.php
@@ -75,7 +75,7 @@ if ($_POST['clear']) {
<td colspan="2" class="listtopic">
Last <?=$nentries;?> system log entries</td>
</tr>
- <?php dump_clog($system_logfile, $nentries, array("racoon", "\"message repeated\""), array(true, true)); ?>
+ <?php dump_clog($system_logfile, $nentries, array("racoon", "kernel"), array(true, true)); ?>
</table>
<br><form action="diag_logs.php" method="post">
<input name="clear" type="submit" class="formbtn" value="Clear log">
OpenPOWER on IntegriCloud