From a6e2f769a8893a0f1d83c464b042d982023c4283 Mon Sep 17 00:00:00 2001 From: Tushar Janefalkar Date: Tue, 8 Apr 2014 12:11:25 -0700 Subject: [PATCH] Fix wrong log tag The log tag for ATL open success was mistakenly set as ATL closed Change-Id: I755fb2545226e09135935956796c951a7e33dab9 CRs-fixed: 645283 --- loc_api/libloc_api_50001/loc_eng.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loc_api/libloc_api_50001/loc_eng.cpp b/loc_api/libloc_api_50001/loc_eng.cpp index 24ad998c..54a29315 100644 --- a/loc_api/libloc_api_50001/loc_eng.cpp +++ b/loc_api/libloc_api_50001/loc_eng.cpp @@ -1374,7 +1374,7 @@ struct LocEngAtlOpenSuccess : public LocMsg { mStateMachine->onRsrcEvent(RSRC_GRANTED); } inline void locallog() const { - LOC_LOGV("LocEngAtlClosed agps type: %s\n apn: %s\n" + LOC_LOGV("LocEngAtlOpenSuccess agps type: %s\n apn: %s\n" " bearer type: %s", loc_get_agps_type_name(mStateMachine->getType()), mAPN,