1
0

Sync with the latest logrusorgru/aurora

Fixes #15
This commit is contained in:
alyakimenko
2020-05-17 18:40:34 +03:00
committed by Mikhail Klementev
parent dce1ce6c17
commit 5bb7e08188
5 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ import (
"strings"
"time"
"gopkg.in/logrusorgru/aurora.v1"
"gopkg.in/logrusorgru/aurora.v2"
"code.dumpstack.io/tools/out-of-tree/config"
"code.dumpstack.io/tools/out-of-tree/qemu"
@@ -147,7 +147,7 @@ func debugHandler(kcfg config.KernelConfig, workPath, kernRegex, gdb string,
return aurora.BgGreen(aurora.Black(name))
}
return aurora.BgRed(aurora.Gray(name))
return aurora.BgRed(aurora.White(name))
}
fmt.Printf("[*] %s %s %s %s\n",