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
No known key found for this signature in database
GPG Key ID: 9CCF47DF1FD978A1

View File

@ -43,7 +43,7 @@ func NewGenericTemplateBasedEncoder(templateDir string, service *descriptor.Serv
} }
if debug { 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 return