aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2015-12-19 11:50:09 +0100
committerAleksander Morgado <aleksander@aleksander.es>2015-12-19 11:50:22 +0100
commit46f601edf6046c6d6459f7aee45fca68bc93cee3 (patch)
treea3a71a3f10bf40b73acafe62bb0d6a6d2324ad88
parenta74edab57f53ee8c920e681145070b252f5e656e (diff)
telit: don't talk to the user in a GError
-rw-r--r--plugins/telit/mm-broadband-modem-telit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/telit/mm-broadband-modem-telit.c b/plugins/telit/mm-broadband-modem-telit.c
index 37ae3c6f..b5230541 100644
--- a/plugins/telit/mm-broadband-modem-telit.c
+++ b/plugins/telit/mm-broadband-modem-telit.c
@@ -185,7 +185,7 @@ load_unlock_retries_step (LoadUnlockRetriesContext *ctx)
g_simple_async_result_set_error (ctx->result,
MM_CORE_ERROR,
MM_CORE_ERROR_FAILED,
- "Could not get any of the SIM unlock retries values. Look above for warning messages");
+ "Could not get any of the SIM unlock retries values");
} else {
g_simple_async_result_set_op_res_gpointer (ctx->result,
g_object_ref (ctx->retries),