We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53310ee commit 7d729b0Copy full SHA for 7d729b0
fs/manifest.go
@@ -81,7 +81,6 @@ func (m *Manifest) AddUserProgram(imgpath string, arm bool) (err error) {
81
imgpath = filepath.Join(m.targetRoot, imgpath)
82
}
83
84
- fmt.Printf("adding user program of %s\n", imgpath)
85
a := archCheck(imgpath)
86
if arm && a != "arm" || !arm && a == "arm" {
87
fmt.Printf("you are trying to mix %s [%s] with the wrong kernel\n", imgpath, a)
0 commit comments