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'
This commit is contained in:
Ben Chan
2014-02-19 12:08:24 -08:00
committed by Dan Williams
parent 9e1472d5ec
commit 1bd939d4b8

View File

@@ -190,8 +190,7 @@ curc_ready (MMPortSerialAt *port,
MM_SERIAL_ERROR_RESPONSE_TIMEOUT)) MM_SERIAL_ERROR_RESPONSE_TIMEOUT))
goto out; goto out;
mm_dbg ("(Huawei) couldn't turn off unsolicited messages in" mm_dbg ("(Huawei) couldn't turn off unsolicited messages in secondary ports: '%s'",
"secondary ports: '%s'",
error->message); error->message);
} }