aboutsummaryrefslogtreecommitdiff
path: root/plugin/file/file.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/file/file.go')
-rw-r--r--plugin/file/file.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/file/file.go b/plugin/file/file.go
index 169720e64..c63fa43f5 100644
--- a/plugin/file/file.go
+++ b/plugin/file/file.go
@@ -145,7 +145,7 @@ func Parse(f io.Reader, origin, fileName string, serial int64) (*Zone, error) {
}
}
if !seenSOA {
- return nil, fmt.Errorf("file %q has no SOA record", fileName)
+ return nil, fmt.Errorf("file %q has no SOA record for origin %s", fileName, origin)
}
return z, nil