log: rename back to wp_log_set_level

This commit is contained in:
Pauli Virtanen
2024-01-02 17:23:23 +02:00
committed by George Kiagiadakis
parent 82df32b0b0
commit d8a345a30c
4 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ on_metadata_changed (WpMetadata *m, guint32 subject,
return;
if (spa_streq(key, "log.level"))
wp_log_set_global_level (value ? value : "2");
wp_log_set_level (value ? value : "2");
}
static void