mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 02:10:39 +02:00
chore: trim redundant function name from warn log
This commit is contained in:
parent
08de36969a
commit
04f5b1b015
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ impl PmCommand {
|
|||
if PackageId::new(p).is_some() {
|
||||
Some(String::from(p))
|
||||
} else {
|
||||
warn!("list_packages_sys: skipping nonstandard package name: {p:?}");
|
||||
warn!("skipping nonstandard package name: {p:?}");
|
||||
None
|
||||
}
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue