Fix dlog format error
[apps/native/ug-mobile-ap.git] / src / mh_common_utility.c
index bab0256..f12206d 100644 (file)
@@ -559,7 +559,7 @@ connection_cellular_state_e _get_cellular_state(void)
        }
        ret = connection_get_cellular_state(handle, &cellular_state);
        if (ret != CONNECTION_ERROR_NONE) {
-               ERR("connection_get_cellular_state() is failed : %d\n");
+               ERR("connection_get_cellular_state() is failed : %d\n", ret);
                connection_destroy(handle);
                return CONNECTION_CELLULAR_STATE_OUT_OF_SERVICE;
        }