From 6e9a4fb7765dda39656d1e95a743de1f79aab3b2 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sat, 18 Jul 2015 18:56:16 +0200 Subject: Change some errors messages. --- auth/telnet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth/telnet.php') diff --git a/auth/telnet.php b/auth/telnet.php index 2f3465d..15052ec 100644 --- a/auth/telnet.php +++ b/auth/telnet.php @@ -32,7 +32,7 @@ final class Telnet extends Authentication { protected function check_config() { if (!isset($this->config['user']) || !isset($this->config['pass'])) { - throw new Exception('User and password required for telnet.'); + throw new Exception('Router authentication configuration incomplete.'); } } -- cgit v1.2.3