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 3f6ae8acf..6fb2e42fb 100644
--- a/plugin/file/file.go
+++ b/plugin/file/file.go
@@ -113,7 +113,7 @@ type serialErr struct {
}
func (s *serialErr) Error() string {
- return fmt.Sprintf("%s for origin %s in file %s, with serial %d", s.err, s.zone, s.serial)
+ return fmt.Sprintf("%s for origin %s in file %s, with serial %d", s.err, s.origin, s.zone, s.serial)
}
// Parse parses the zone in filename and returns a new Zone or an error.