diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-02 20:44:36 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:32 +0100 |
commit | 77ff2758b3c377f326e49f92abf959a5be33a55d (patch) | |
tree | 00799fe2f4b0d162128fd01b6002be09fd956976 /cli/mmcli-common.c | |
parent | 95675e3e54ffcd06d5c6b0c7cf5ca7b9b5cc9fc0 (diff) |
cli: logging improvements
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; } |