summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/show_test.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/show_test.inc b/templates/show_test.inc
index 237f48cc..54157c65 100644
--- a/templates/show_test.inc
+++ b/templates/show_test.inc
@@ -174,7 +174,11 @@ $row_classes = array('even','odd');
</td>
<td>
<?php echo _("This test makes sure that you have set all of the required configuration variables and that we are able to
- completely parse your config file"); ?>
+ completely parse your config file");
+ echo " <font color=\"red\">";
+ $error->print_error('log_path');
+ echo " </font> ";
+ ?>
</td>
</tr>
<tr>