From 15bf6ec88912137388dec1ac3e039ac222fdad0f Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Sat, 21 May 2016 12:25:52 +0200 Subject: No big deal. --- routers/bird.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/bird.php b/routers/bird.php index 6d7a296..6d74672 100644 --- a/routers/bird.php +++ b/routers/bird.php @@ -31,7 +31,7 @@ final class Bird extends Router { $destination = hostname_to_ip_address($hostname); if (!$destination) { - throw new Exception('No A or AAAA record found for '.$hostname); + throw new Exception('No AAAA or A record found for '.$hostname); } } -- cgit v1.2.3