better logging handling

This commit is contained in:
0xdcarns 2022-05-25 10:46:00 -04:00
parent 29a4360bd0
commit ec90f4dc8e

View file

@ -50,6 +50,8 @@ func Dump() string {
if program != "netmaker" {
return ""
}
mu.Lock()
defer mu.Unlock()
var dumpString = ""
type keyVal struct {
Key string