mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 10:18:09 +02:00
feat(adb): rm quotes from logged args
This commit is contained in:
parent
d3c0ae26c5
commit
1d657e899e
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ impl ACommand {
|
|||
let cmd = cmd.creation_flags(0x0800_0000); // do not open a cmd window
|
||||
|
||||
info!(
|
||||
"Ran command: adb '{}'",
|
||||
"Ran command: adb {}",
|
||||
cmd.get_args()
|
||||
.map(|s| s.to_str().unwrap_or_else(|| unreachable!()))
|
||||
.collect::<Vec<_>>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue