mirror of
https://github.com/clearlinux/mixer-tools.git
synced 2026-09-08 14:41:56 +00:00
Fix log message
Correct message to indicate SSE file is missing. Signed-off-by: William Douglas <william.douglas@intel.com>
This commit is contained in:
committed by
William Douglas
parent
8f780e857e
commit
481f2fba6f
+1
-1
@@ -371,7 +371,7 @@ func (m *Manifest) setupModifiers() error {
|
||||
}
|
||||
}
|
||||
if !ssebin {
|
||||
return fmt.Errorf("%s missing non-SSE version of binary", k)
|
||||
return fmt.Errorf("%s missing SSE version of binary", k)
|
||||
}
|
||||
for _, f := range v {
|
||||
f.setFullModifier(m)
|
||||
|
||||
Reference in New Issue
Block a user