Fix order of arguments in debug
This commit is contained in:
parent
136f9b6fba
commit
9222cc15b9
@ -43,7 +43,7 @@ func NewGenericTemplateBasedEncoder(templateDir string, service *descriptor.Serv
|
||||
}
|
||||
|
||||
if debug {
|
||||
log.Printf("new encoder: file=%q service=%q template-dir=%q", templateDir, service.GetName(), file.GetName())
|
||||
log.Printf("new encoder: file=%q service=%q template-dir=%q", file.GetName(), service.GetName(), templateDir)
|
||||
}
|
||||
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user