commit | cb7c88a83125b0324452d2f4db3e50d2923c13c1 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Oct 16 18:32:48 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Fri Oct 18 10:08:15 2019 -0700 |
tree | 7486ca4365acccc361d25a8acb5314b9a97a3f37 | |
parent | 9f0da51a64e4e22685d4e791fe1b45bd339ddb83 [diff] [blame] |
VOL-2017 library code was moved to voltha-lib-go Change-Id: Ia4b27695cf7ec3377a64572972998d52b70a0a5f
diff --git a/ro_core/config/config.go b/ro_core/config/config.go index 28cde01..376ed37 100644 --- a/ro_core/config/config.go +++ b/ro_core/config/config.go
@@ -18,7 +18,7 @@ import ( "flag" "fmt" - "github.com/opencord/voltha-go/common/log" + "github.com/opencord/voltha-lib-go/pkg/log" "os" )