mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 00:48:01 +02:00
Revert "wp: fix spa_log_methods version"
This reverts commit 86eecfc7e1.
The logger now correctly calls the old implementation when the new
method is not implemented.
This commit is contained in:
parent
7907d39aff
commit
fb28b076a1
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ wp_spa_log_log (void *object,
|
|||
}
|
||||
|
||||
static const struct spa_log_methods wp_spa_log_methods = {
|
||||
0,
|
||||
SPA_VERSION_LOG_METHODS,
|
||||
.log = wp_spa_log_log,
|
||||
.logv = wp_spa_log_logv,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue