Skip to content
Snippets Groups Projects
Commit 0aa44640 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

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.
parent b8b10ad9
No related branches found
No related tags found
No related merge requests found
......@@ -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 modems with voice capability available");
CALLS_EMIT_MESSAGE (self, "No modems available",
GTK_MESSAGE_WARNING);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment