From 03b0e85582633776f652365c70fa76dba150c159 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Fri, 5 Jun 2009 03:04:42 -0400 Subject: clarify log message --- usr/local/www/interfaces_ppp_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr') diff --git a/usr/local/www/interfaces_ppp_edit.php b/usr/local/www/interfaces_ppp_edit.php index b7cc653..7731e26 100644 --- a/usr/local/www/interfaces_ppp_edit.php +++ b/usr/local/www/interfaces_ppp_edit.php @@ -103,7 +103,7 @@ if ($_POST) { $ppp['pppif'] = $_POST['pppif']; $ppp['pppif'] = interface_ppp_configure($ppp); if ($ppp['pppif'] == "" || !stristr($ppp['pppif'], "ppp")) - $input_errors[] = "Error occurred creating PPP interface."; + $input_errors[] = "Error occurred creating PPP interface. Check System log for details"; else { if (isset($id) && $a_ppps[$id]) $a_ppps[$id] = $ppp; -- cgit v1.1