mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 00:34:24 -04:00
plugin/file: unify a serial logging (#3088)
Use %d SOA serial when logging about the SOA serial. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -38,7 +38,7 @@ func (z *Zone) Reload() error {
|
||||
z.Tree = zone.Tree
|
||||
z.Unlock()
|
||||
|
||||
log.Infof("Successfully reloaded zone %q in %q with serial %d", z.origin, zFile, z.Apex.SOA.Serial)
|
||||
log.Infof("Successfully reloaded zone %q in %q with %d SOA serial", z.origin, zFile, z.Apex.SOA.Serial)
|
||||
z.Notify()
|
||||
|
||||
case <-z.reloadShutdown:
|
||||
|
||||
Reference in New Issue
Block a user