pipewire: debug version in init

This commit is contained in:
Wim Taymans 2018-08-13 15:46:48 +02:00
parent a5a711bc38
commit ef7903d328

View file

@ -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