diff options
Diffstat (limited to 'core/notification_handler.go')
-rw-r--r-- | core/notification_handler.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/notification_handler.go b/core/notification_handler.go index 5cd132c..89c16a4 100644 --- a/core/notification_handler.go +++ b/core/notification_handler.go @@ -18,7 +18,7 @@ import ( "fmt" "reflect" - logger "github.com/Sirupsen/logrus" + logger "github.com/sirupsen/logrus" "git.fd.io/govpp.git/api" ) |