mirror of
https://github.com/rancher/os.git
synced 2025-09-04 00:04:25 +00:00
Replace Sirupsen/logrus package with rancher/os/log (#2114)
This commit is contained in:
committed by
niusmallnan
parent
6bd6f0c43c
commit
a08ad16a01
@@ -5,8 +5,8 @@ import (
|
||||
"os/exec"
|
||||
"syscall"
|
||||
|
||||
log "github.com/Sirupsen/logrus"
|
||||
"github.com/codegangsta/cli"
|
||||
"github.com/rancher/os/log"
|
||||
)
|
||||
|
||||
func recoveryInitAction(c *cli.Context) error {
|
||||
|
Reference in New Issue
Block a user