Browse Source

sbi-rt: small fix on symbol names of test logging module

Signed-off-by: Zhouqi Jiang <[email protected]>
Zhouqi Jiang 1 year ago
parent
commit
fc65aed368
1 changed files with 2 additions and 2 deletions
  1. 2 2
      sbi-testing/src/log_test.rs

+ 2 - 2
sbi-testing/src/log_test.rs

@@ -40,10 +40,10 @@ impl Testing {
                 ProbeExtensions(exts) => {
                     info!(target: TARGET, "sbi extensions = {exts}");
                 }
-                GetMVendorId(id) => {
+                GetMvendorId(id) => {
                     info!(target: TARGET, "mvendor id = {id:#x}");
                 }
-                GetMArchId(id) => {
+                GetMarchId(id) => {
                     info!(target: TARGET, "march id = {id:#x}");
                 }
                 GetMimpId(id) => {