mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-05 19:15:32 +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:
parent
b8b10ad961
commit
5752101582
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue