Make logging concurrent-aware

This commit is contained in:
Ettore Di Giacinto
2019-11-02 18:00:06 +01:00
parent 4fbe84b30b
commit b72a09ab1c
2 changed files with 9 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ var convertCmd = &cobra.Command{
input := args[0]
output := args[1]
Info("Converting trees from" + input + " [" + t + "]")
Info("Converting trees from " + input + " [" + t + "]")
var builder tree.Parser
switch t {