broadband-modem-qmi: avoid capitalizing all words in error message

This commit is contained in:
Aleksander Morgado
2022-01-11 11:32:02 +01:00
parent 2d96df774a
commit 447243f667

View File

@@ -1994,7 +1994,7 @@ common_power_up_down_off (MMIfaceModem *_self,
g_task_set_task_data (task, GUINT_TO_POINTER (mode), NULL);
if (self->priv->set_operating_mode_task) {
error = g_error_new (MM_CORE_ERROR, MM_CORE_ERROR_IN_PROGRESS, "Another Operation in Progress");
error = g_error_new (MM_CORE_ERROR, MM_CORE_ERROR_IN_PROGRESS, "Another operation in progress");
g_task_return_error (task, error);
g_object_unref (task);
return;