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:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user