diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-05-21 12:25:52 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-05-21 12:25:52 +0200 |
commit | 15bf6ec88912137388dec1ac3e039ac222fdad0f (patch) | |
tree | 98bf3eaadc7113a737e526103cb5e476010cb3ab | |
parent | 25f3386b1941df94c8da7eefea292ce605972dc7 (diff) |
No big deal.
-rw-r--r-- | routers/bird.php | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |