Update log.go

This commit is contained in:
topianet 2023-12-29 21:28:51 +01:00 committed by GitHub
parent 47988e9f88
commit 581d9f9610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
package signal
import (
"github.com/kaspanet/kaspad/infrastructure/logger"
"github.com/fabbez/topiad/infrastructure/logger"
)
var kasdLog = logger.RegisterSubSystem("KASD")