Resolve Compilation Issue in PonResourceManager

Change-Id: I79253af8f06b1f0bc736d5020f6983ca1206e9e7
diff --git a/common/ponresourcemanager/ponresourcemanager.go b/common/ponresourcemanager/ponresourcemanager.go
index 0ad6d8c..2a3cae6 100755
--- a/common/ponresourcemanager/ponresourcemanager.go
+++ b/common/ponresourcemanager/ponresourcemanager.go
@@ -27,7 +27,7 @@
     "github.com/opencord/voltha-go/common/log"
     "github.com/opencord/voltha-go/db/kvstore"
     "github.com/opencord/voltha-go/db/model"
-    tp "github.com/opencord/voltha-go/adapters/common/techprofile"
+    tp "github.com/opencord/voltha-go/common/techprofile"
 )
 
 const (
@@ -251,7 +251,7 @@
        param: shared pool id
        param: global resource manager
     */
-    fmt.Debugf("update ranges for %s, %d", StartIDx, StartID)
+    log.Debugf("update ranges for %s, %d", StartIDx, StartID)
 
     if StartID != 0 {
         PONRMgr.PonResourceRanges[StartIDx] = StartID