Skip to content

Commit 0a44354

Browse files
committed
--versions: Don't print baseboard version error
Early systems don't have this properly populated, that is expected. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 423d983 commit 0a44354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework_lib/src/smbios.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ pub fn get_baseboard_version() -> Option<ConfigDigit0> {
263263
{
264264
return version_config;
265265
} else {
266-
error!(" Invalid BaseBoard Version: {}'", version);
266+
debug!(" Invalid BaseBoard Version: {}'", version);
267267
}
268268
}
269269
}

0 commit comments

Comments
 (0)