mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
xdg macro: silence resolve messages unless arg_debug
This commit is contained in:
parent
5c19c42399
commit
e899a38689
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ char *resolve_macro(const char *name) {
|
|||
rv = resolve_xdg(macro[id].xdg);
|
||||
if (rv == NULL)
|
||||
rv = resolve_hardcoded(macro[id].translation);
|
||||
if (rv)
|
||||
if (rv && arg_debug)
|
||||
printf("Directory %s resolved as %s\n", name, rv);
|
||||
|
||||
return rv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue