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:
@@ -142,7 +142,7 @@ SANDBOX_EXPORT = {
|
||||
Features = Features,
|
||||
Feature = Feature,
|
||||
GLib = GLib,
|
||||
Log = WpDebug,
|
||||
Log = WpLog,
|
||||
Core = WpCore,
|
||||
Plugin = WpPlugin_find,
|
||||
ObjectManager = WpObjectManager_new,
|
||||
|
Reference in New Issue
Block a user