From df521ce839139664f5cff7c83c34eec20b4d6db7 Mon Sep 17 00:00:00 2001 From: Mike English Date: Wed, 19 Jul 2023 12:50:25 -0400 Subject: [PATCH] Clarify that this is a current limitation --- src/bin/rav1e-ch.rs | 2 +- src/bin/rav1e.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/rav1e-ch.rs b/src/bin/rav1e-ch.rs index b73096554c..c248f18f6b 100644 --- a/src/bin/rav1e-ch.rs +++ b/src/bin/rav1e-ch.rs @@ -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() { diff --git a/src/bin/rav1e.rs b/src/bin/rav1e.rs index f26e660173..a5a53c9e85 100644 --- a/src/bin/rav1e.rs +++ b/src/bin/rav1e.rs @@ -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() {