pretty print logging (#598)

This commit is contained in:
littleskunk 2018-11-08 11:28:30 +01:00 committed by GitHub
parent cebebb1e07
commit 810835e6a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,7 +172,7 @@ func (ps *PieceStore) Delete(ctx context.Context, id PieceID, authorization *pb.
if err != nil {
return err
}
log.Printf("Route summary : %v", reply)
log.Printf("Route summary: %v", reply)
return nil
}