aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--monitor.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor.go b/monitor.go
index c6d883d..6324b33 100644
--- a/monitor.go
+++ b/monitor.go
@@ -73,7 +73,7 @@ func monitor6(conf *config, update6 chan<- net.IPNet) {
}
if !prefix6.Equal(prevPrefix6) {
- logger.Println("detected new IPv6 address:", prefix6)
+ logger.Println("detected new IPv6 prefix:", prefix6)
update6 <- prefix6
prevPrefix6 = prefix6