Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nokyan committed Dec 15, 2024
1 parent 1d9b04e commit 5fb2982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/process_data/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ impl ProcessData {
mem: total_memory,
};

trace!("Success reading GPU data for {pci_slot}: {stats:?}");
trace!("Success reading NPU data for {pci_slot}: {stats:?}");

return Ok((pci_slot, stats));
}
Expand Down

0 comments on commit 5fb2982

Please sign in to comment.