From: saerome.kim Date: Mon, 19 Aug 2019 12:34:00 +0000 (+0900) Subject: Fixed missing Svace issue. X-Git-Tag: accepted/tizen/unified/20190822.105942~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b7d05314c02034229845f273694bae061e5b0b58;p=platform%2Fcore%2Fconnectivity%2Fua-manager.git Fixed missing Svace issue. 1242351: fixed potential crash issue. Signed-off-by: saerome.kim --- diff --git a/ua-daemon/src/ua-manager-core.c b/ua-daemon/src/ua-manager-core.c index b6d91d0..99dc040 100644 --- a/ua-daemon/src/ua-manager-core.c +++ b/ua-daemon/src/ua-manager-core.c @@ -1176,7 +1176,7 @@ int _uam_core_update_device(const uam_device_info_s *a_device) tech = l2->data; if (!tech) { - UAM_DBG("Device tech, tech type [%d] not found", tech->tech_type); + UAM_DBG("Device tech is NULL"); continue; }