mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
ipc/server: print monado version in info log on startup
This commit is contained in:
parent
41edf12a0d
commit
dd81085a04
|
@ -751,6 +751,8 @@ ipc_server_main(int argc, char **argv)
|
|||
{
|
||||
struct ipc_server *s = U_TYPED_CALLOC(struct ipc_server);
|
||||
|
||||
U_LOG_I("Monado Service %s starting up...", u_git_tag);
|
||||
|
||||
/* ---- HACK ---- */
|
||||
// need to create early before any vars are added
|
||||
oxr_sdl2_hack_create(&s->hack);
|
||||
|
|
Loading…
Reference in a new issue