We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\r\n
1 parent 6dda48c commit 5cc54d1Copy full SHA for 5cc54d1
espflash/src/cli/monitor/mod.rs
@@ -108,7 +108,9 @@ pub fn monitor(
108
let stdout = stdout();
109
let mut stdout = if monitor_args.no_addresses {
110
if monitor_args.all_addresses {
111
- log::warn!("Using ` --no-addresses` disables address resolution, making `--all-addresses` ineffective. Consider using only one of these flags."
+ log::warn!(
112
+ "Using ` --no-addresses` disables address resolution, making `--all-addresses` ineffective. Consider using only one of these flags.\r\n"
113
+ );
114
}
115
116
ResolvingPrinter::new_no_addresses(firmware_elf, stdout.lock())
0 commit comments