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

@ -37,7 +37,6 @@ import (
"errors"
"fmt"
"io"
"log"
"net"
"reflect"
"strings"
@ -45,6 +44,7 @@ import (
"golang.org/x/net/context"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/log"
"google.golang.org/grpc/metadata"
"google.golang.org/grpc/transport"
)