diff options
Diffstat (limited to 'cli/mmcli-common.c')
-rw-r--r-- | cli/mmcli-common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/mmcli-common.c b/cli/mmcli-common.c index 0e5b746e..9062e230 100644 --- a/cli/mmcli-common.c +++ b/cli/mmcli-common.c @@ -130,11 +130,11 @@ find_modem (MMManager *manager, g_list_free (modems); if (!found) { - g_printerr ("error: couldn't find the Modem at '%s'\n", modem_path); + g_printerr ("error: couldn't find modem at '%s'\n", modem_path); exit (EXIT_FAILURE); } - g_debug ("Modem found at '%s'", modem_path); + g_debug ("Modem found at '%s'\n", modem_path); return found; } |