Fix order of arguments in debug
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user