diff options
Diffstat (limited to 'src/mm-plugin.c')
-rw-r--r-- | src/mm-plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mm-plugin.c b/src/mm-plugin.c index 55e1363e..19cb5d72 100644 --- a/src/mm-plugin.c +++ b/src/mm-plugin.c @@ -995,9 +995,9 @@ mm_plugin_create_modem (MMPlugin *self, goto next; } - /* Ports that are explicitly blacklisted will be grabbed as ignored */ + /* Ports that are explicitly ignored will be grabbed as ignored */ if (mm_port_probe_is_ignored (probe)) { - mm_obj_dbg (self, "port %s is blacklisted", name); + mm_obj_dbg (self, "port %s is explicitly ignored", name); force_ignored = TRUE; goto grab_port; } |