Add debugging by default

This commit is contained in:
qowevisa 2024-06-12 22:38:48 +03:00
parent f8a67121e7
commit 2904303755

View File

@ -38,6 +38,7 @@ func (t *TlepCenter) AddTLEP(id uint16, name string) error {
if err != nil {
return gmyerr.WrapPrefix("tlep.InitTLEP", err)
}
val.Debug = true
t.TLEPs[id] = val
log.Printf("TLEPs: add %p for %d id\n", val, id)
return nil