mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-07 13:30:03 -05:00
conf-parser: Add debug print of parsed files
This is useful for debugging. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
2575b102b9
commit
dc2299e961
1 changed files with 1 additions and 0 deletions
|
|
@ -175,6 +175,7 @@ int pa_config_parse(const char *filename, FILE *f, const pa_config_item *t, pa_p
|
||||||
pa_log_warn("Failed to open configuration file '%s': %s", filename, pa_cstrerror(errno));
|
pa_log_warn("Failed to open configuration file '%s': %s", filename, pa_cstrerror(errno));
|
||||||
goto finish;
|
goto finish;
|
||||||
}
|
}
|
||||||
|
pa_log_debug("Parsing configuration file '%s'", filename);
|
||||||
|
|
||||||
state.filename = filename;
|
state.filename = filename;
|
||||||
state.item_table = t;
|
state.item_table = t;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue