mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-16 07:00:00 -05:00
pipewire: debug version in init
This commit is contained in:
parent
a5a711bc38
commit
ef7903d328
1 changed files with 1 additions and 0 deletions
|
|
@ -448,6 +448,7 @@ void pw_init(int *argc, char **argv[])
|
||||||
SPA_SUPPORT_INIT(SPA_TYPE__Log, iface->iface);
|
SPA_SUPPORT_INIT(SPA_TYPE__Log, iface->iface);
|
||||||
pw_log_set(iface->iface);
|
pw_log_set(iface->iface);
|
||||||
}
|
}
|
||||||
|
pw_log_info("version %s", pw_get_library_version());
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Check if a debug category is enabled
|
/** Check if a debug category is enabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue