ipc/server: print monado version in info log on startup

This commit is contained in:
Christoph Haag 2022-02-14 00:25:09 +01:00
parent 41edf12a0d
commit dd81085a04

View file

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