Do not overwrite ret 56/294456/2 accepted/tizen/unified/20230621.023243
authorcheoleun moon <chleun.moon@samsung.com>
Mon, 19 Jun 2023 12:34:04 +0000 (21:34 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Mon, 19 Jun 2023 12:35:03 +0000 (21:35 +0900)
Change-Id: I3a7997f06ccbba999035853f3217af068c7652fe

ui-gadget/view_detail.c

index e61d0db..74dbe88 100644 (file)
@@ -268,7 +268,7 @@ static char *_view_detail_grouptitle_text_get(void *data,
                retvm_if(NULL == _detail_data, NULL);
 
                if (wifi_manager_ap_get_essid(_detail_data->ap, &tmp) != WIFI_MANAGER_ERROR_NONE)
-                               ret = NULL;
+                       ERROR_LOG(UG_NAME_NORMAL, "Failed to get ESSID");
 
                txt = evas_textblock_text_utf8_to_markup(NULL, tmp);
                g_free(tmp);