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:
Wim Taymans 2021-10-07 10:05:56 +02:00
parent 7907d39aff
commit fb28b076a1

View file

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