From 03f50e6d8973329e36bca947bef338d8752ded4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teppo=20J=C3=A4rvelin?= Date: Wed, 23 May 2018 22:02:01 +0300 Subject: [PATCH] Cellular: review fixes. --- features/cellular/easy_cellular/CellularConnectionFSM.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/cellular/easy_cellular/CellularConnectionFSM.cpp b/features/cellular/easy_cellular/CellularConnectionFSM.cpp index 910154525d..cb5e08eea1 100644 --- a/features/cellular/easy_cellular/CellularConnectionFSM.cpp +++ b/features/cellular/easy_cellular/CellularConnectionFSM.cpp @@ -430,7 +430,7 @@ void CellularConnectionFSM::state_sim_pin() } } if (!success) { - tr_warning("Failed to set any URC's for registration"); + tr_warn("Failed to set any URC's for registration"); retry_state_or_fail(); return; }