summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Mazoyer <gmazoyer@gravitons.in>2016-05-21 12:25:52 +0200
committerGuillaume Mazoyer <gmazoyer@gravitons.in>2016-05-21 12:25:52 +0200
commit15bf6ec88912137388dec1ac3e039ac222fdad0f (patch)
tree98bf3eaadc7113a737e526103cb5e476010cb3ab
parent25f3386b1941df94c8da7eefea292ce605972dc7 (diff)
No big deal.
-rw-r--r--routers/bird.php2
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);
}
}