Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 1c5c452

Browse files
author
William Douglas
committed
Fix log message
Correct message to indicate SSE file is missing. Signed-off-by: William Douglas <william.douglas@intel.com>
1 parent 8f780e8 commit 1c5c452

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

swupd/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ func (m *Manifest) setupModifiers() error {
371371
}
372372
}
373373
if !ssebin {
374-
return fmt.Errorf("%s missing non-SSE version of binary", k)
374+
return fmt.Errorf("%s missing SSE version of binary", k)
375375
}
376376
for _, f := range v {
377377
f.setFullModifier(m)

0 commit comments

Comments
 (0)