diff --git a/src/features/network/updater.rs b/src/features/network/updater.rs index 1a4c093..5e6e8c6 100644 --- a/src/features/network/updater.rs +++ b/src/features/network/updater.rs @@ -64,7 +64,7 @@ fn essid() -> Option { let command = process::Command::new("iwgetid", &["-r"]); let output = command .output() - .wrap_error(FEATURE_NAME, "essid {} could not be fetched"); + .wrap_error(FEATURE_NAME, "the essid could not be fetched"); normalize_output(output) }