diff options
author | Ben Chan <benchan@chromium.org> | 2014-02-19 12:08:24 -0800 |
---|---|---|
committer | Dan Williams <dcbw@redhat.com> | 2014-02-19 18:49:30 -0600 |
commit | 1bd939d4b8e6e5d28ffdb9cd63e7b9c560469b1d (patch) | |
tree | 19c51993d6f23675225db1b29984d06ce5a9acd5 | |
parent | 9e1472d5ecb04e30c4b1259ab84510c601aa5f37 (diff) |
huawei: fix a debug message
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'
-rw-r--r-- | plugins/huawei/mm-plugin-huawei.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/huawei/mm-plugin-huawei.c b/plugins/huawei/mm-plugin-huawei.c index 20787740..89fe0fc8 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); } |