wp: rename debug.{h,c} to log.{h,c}

Also rename the intermediate lua api table WpDebug -> WpLog

Keeps things more consistent with the function names (wp_log*),
with the lua api (Log.*) and with pipewire using log.{h,c} as well.
After all, these functions are for logging...
This commit is contained in:
George Kiagiadakis
2021-05-06 15:45:13 +03:00
parent 157d4d95c9
commit 257d5cba47
21 changed files with 25 additions and 25 deletions

View File

@@ -142,7 +142,7 @@ SANDBOX_EXPORT = {
Features = Features,
Feature = Feature,
GLib = GLib,
Log = WpDebug,
Log = WpLog,
Core = WpCore,
Plugin = WpPlugin_find,
ObjectManager = WpObjectManager_new,