change log package references to grpc/log

This commit is contained in:
Peter Edge
2015-05-09 01:16:40 +02:00
parent 0edbfbf504
commit 101c1e1935
14 changed files with 14 additions and 14 deletions

View File

@ -43,7 +43,6 @@ import (
"fmt"
"io"
"io/ioutil"
"log"
"math"
"net"
"time"
@ -52,6 +51,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"google.golang.org/grpc/log"
proto "github.com/golang/protobuf/proto"