mirror of
				https://github.com/linuxkit/linuxkit.git
				synced 2025-10-31 15:08:22 +00:00 
			
		
		
		
	Use logrus not log for logging consistently
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
		| @@ -4,12 +4,12 @@ import ( | ||||
| 	"encoding/json" | ||||
| 	"fmt" | ||||
| 	"io/ioutil" | ||||
| 	"log" | ||||
| 	"os" | ||||
| 	"path/filepath" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/opencontainers/runtime-spec/specs-go" | ||||
| 	log "github.com/sirupsen/logrus" | ||||
| 	"github.com/vishvananda/netlink" | ||||
| 	"golang.org/x/sys/unix" | ||||
| ) | ||||
|   | ||||
| @@ -2,13 +2,13 @@ package main | ||||
|  | ||||
| import ( | ||||
| 	"io/ioutil" | ||||
| 	"log" | ||||
| 	"os" | ||||
| 	"os/exec" | ||||
| 	"path/filepath" | ||||
| 	"strconv" | ||||
|  | ||||
| 	"github.com/containerd/containerd/sys" | ||||
| 	log "github.com/sirupsen/logrus" | ||||
| ) | ||||
|  | ||||
| const ( | ||||
|   | ||||
		Reference in New Issue
	
	Block a user