mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-17 07:00:03 -05:00
log: make line==0 suppress the file/line/func output
Disable file/line/func output for pod debug
This commit is contained in:
parent
79fd4c941f
commit
6203fb967c
2 changed files with 2 additions and 2 deletions
|
|
@ -332,7 +332,7 @@ void pw_log_log_object(enum spa_log_level level,
|
|||
const char *func,
|
||||
uint32_t flags, const void *object)
|
||||
{
|
||||
struct log_ctx ctx = { level, file, line, func, };
|
||||
struct log_ctx ctx = { level, file, 0, func, };
|
||||
if (flags & PW_LOG_OBJECT_POD) {
|
||||
const struct spa_pod *pod = object;
|
||||
log_pod_value(&ctx, 0, SPA_TYPE_ROOT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue