update logger name

This commit is contained in:
Andrea Franz 2019-03-18 22:17:11 +01:00
parent d89b40950c
commit 802e1676cd
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ package keycard
import "github.com/ethereum/go-ethereum/log"
var logger = log.New("package", "hardware-wallet-go/lightwallet")
var logger = log.New("package", "keycard")