Skip to content

Commit

Permalink
Fix import name
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilthoniel committed May 13, 2020
1 parent d7e13bf commit 8660eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mino/minoch/mod.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"sync"

m "go.dedis.ch/fabric"
"go.dedis.ch/fabric"
"go.dedis.ch/fabric/encoding"
"go.dedis.ch/fabric/mino"
)
Expand Down Expand Up @@ -37,7 +37,7 @@ func NewMinoch(manager *Manager, identifier string) (*Minoch, error) {
return nil, err
}

m.Logger.Trace().Msgf("New instance with identifier %s", identifier)
fabric.Logger.Trace().Msgf("New instance with identifier %s", identifier)

return inst, nil
}
Expand Down

0 comments on commit 8660eb0

Please sign in to comment.