diff options
Diffstat (limited to 'log/format.go')
-rw-r--r-- | log/format.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/log/format.go b/log/format.go index 7902b296e..0a3c05f3e 100644 --- a/log/format.go +++ b/log/format.go @@ -22,7 +22,7 @@ const ( // locationTrims are trimmed for display to avoid unwieldy log lines. var locationTrims = []string{ - "github.com/ethereum/go-ethereum/", + "github.com/dexon-foundation/dexon/", } // PrintOrigins sets or unsets log location (file:line) printing for terminal |