1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-07 20:15:29 +00:00

application: Log version on startup

Closes: https://gitlab.gnome.org/GNOME/calls/-/issues/652

Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/745>
This commit is contained in:
Evangelos Ribeiro Tzaras 2024-07-18 04:41:42 +02:00
parent e73dd15525
commit 8a4e53ded4

View file

@ -476,6 +476,8 @@ startup (GApplication *application)
G_APPLICATION_CLASS (calls_application_parent_class)->startup (application);
g_print ("Calls %s starting up...\n", VCS_TAG);
if (!call_audio_init (&error))
g_warning ("Failed to init libcallaudio: %s", error->message);