[PATCH] huawei: fix a debug message

Ben Chan benchan at chromium.org
Wed Feb 19 12:08:24 PST 2014


This patch simply fixes the following debug message:

from:
  <debug> (Huawei) couldn't turn off unsolicited messages insecondary ports: 'Unknown error'

to:
  <debug> (Huawei) couldn't turn off unsolicited messages in secondary ports: 'Unknown error'
---
 plugins/huawei/mm-plugin-huawei.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/plugins/huawei/mm-plugin-huawei.c b/plugins/huawei/mm-plugin-huawei.c
index 2078774..89fe0fc 100644
--- a/plugins/huawei/mm-plugin-huawei.c
+++ b/plugins/huawei/mm-plugin-huawei.c
@@ -190,8 +190,7 @@ curc_ready (MMPortSerialAt *port,
                              MM_SERIAL_ERROR_RESPONSE_TIMEOUT))
             goto out;
 
-        mm_dbg ("(Huawei) couldn't turn off unsolicited messages in"
-                "secondary ports: '%s'",
+        mm_dbg ("(Huawei) couldn't turn off unsolicited messages in secondary ports: '%s'",
                 error->message);
     }
 
-- 
1.9.0.rc1.175.g0b1dcb5



More information about the ModemManager-devel mailing list