mirror of
https://github.com/mudler/luet.git
synced 2025-09-24 20:47:37 +00:00
Make logging concurrent-aware
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user