mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-12-04 20:07:36 +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:
parent
e73dd15525
commit
8a4e53ded4
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue