From 210d3ca227393a46829988577aea95ec2e800c41 Mon Sep 17 00:00:00 2001 From: Nilesh Gharde Date: Thu, 16 May 2019 23:57:46 +0530 Subject: Addressing format related to formating Added formating related issue as genuine errors fixes Change-Id: Ie01e9ce3bf838a37871a4779ae1403b4dca3d87c CRs-Fixed: 2447200 --- core/LocApiBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp index c172376..a521ceb 100644 --- a/core/LocApiBase.cpp +++ b/core/LocApiBase.cpp @@ -404,7 +404,7 @@ void LocApiBase::reportSv(GnssSvNotification& svNotify) "QZSS", "BEIDOU", "GALILEO" }; // print the SV info before delivering - LOC_LOGV("num sv: %zu\n" + LOC_LOGV("num sv: %u\n" " sv: constellation svid cN0" " elevation azimuth flags", svNotify.count); -- cgit v1.2.3