1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-06-10 05:49:33 +00:00

mm-provider: Clarify warning a bit

We're only looking for modems with voice capabilities. Warning that
there are no modems available at all might be confusing to the person
trying to track down a problem.
This commit is contained in:
Guido Günther 2018-10-01 12:02:05 +02:00
parent b8b10ad961
commit 5752101582

View file

@ -229,7 +229,7 @@ mm_manager_new_cb (GDBusConnection *connection,
add_mm_objects (self);
if (g_hash_table_size (self->origins) == 0)
{
g_warning ("No modems available");
g_warning ("No modem with voice capability available");
CALLS_EMIT_MESSAGE (self, "No modems available",
GTK_MESSAGE_WARNING);
}