Skip to content

Commit

Permalink
utils/safeclose: use correct log import
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmacko committed Jul 6, 2017
1 parent 71148d2 commit df62330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/safeclose/safeclose.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package safeclose

import (
"errors"
"github.com/prometheus/common/log"
log "github.com/ligato/cn-infra/logging/logrus"
"io"
"reflect"
)
Expand Down

0 comments on commit df62330

Please sign in to comment.