Skip to content

Commit

Permalink
Clarify that this is a current limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm authored and lu-zero committed Jul 19, 2023
1 parent 7633fbf commit df521ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bin/rav1e-ch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ fn init_logger() {
cfg_if::cfg_if! {
if #[cfg(any(target_os = "windows", target_arch = "wasm32"))] {
fn print_rusage() {
eprintln!("Resource usage reporting is not supported on this platform");
eprintln!("Resource usage reporting is not currently supported on this platform");
}
} else {
fn print_rusage() {
Expand Down
2 changes: 1 addition & 1 deletion src/bin/rav1e.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ fn init_logger() {
cfg_if::cfg_if! {
if #[cfg(any(target_os = "windows", target_arch = "wasm32"))] {
fn print_rusage() {
eprintln!("Resource usage reporting is not supported on this platform");
eprintln!("Resource usage reporting is not currently supported on this platform");
}
} else {
fn print_rusage() {
Expand Down

0 comments on commit df521ce

Please sign in to comment.