Fix order of arguments in debug

This commit is contained in:
Manfred Touron
2016-11-09 18:12:00 +01:00
parent 136f9b6fba
commit 9222cc15b9

View File

@@ -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