log: make line==0 suppress the file/line/func output

Disable file/line/func output for pod debug
This commit is contained in:
Wim Taymans 2020-05-07 20:42:52 +02:00
parent 79fd4c941f
commit 6203fb967c
2 changed files with 2 additions and 2 deletions

View file

@ -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,