Merge "Fix build break due to 32/64 bit compilation." into nyc-dev
diff --git a/core/jni/android_hardware_location_ContextHubService.cpp b/core/jni/android_hardware_location_ContextHubService.cpp
index 3fe0120..98d6b24 100644
--- a/core/jni/android_hardware_location_ContextHubService.cpp
+++ b/core/jni/android_hardware_location_ContextHubService.cpp
@@ -170,7 +170,7 @@
             return current->first;
         }
     }
-    ALOGD("Cannot find app for app instance %d.", app_id);
+    ALOGD("Cannot find app for app instance %" PRIu64 ".", app_id);
     return -1;
 }