summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SDL_Core/src/components/AppMgr/src/AppMgrCore.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/SDL_Core/src/components/AppMgr/src/AppMgrCore.cpp b/SDL_Core/src/components/AppMgr/src/AppMgrCore.cpp
index 6d58f4c07..57b76846c 100644
--- a/SDL_Core/src/components/AppMgr/src/AppMgrCore.cpp
+++ b/SDL_Core/src/components/AppMgr/src/AppMgrCore.cpp
@@ -6783,7 +6783,7 @@ namespace NsAppManager
mApplications.insert( std::pair<int, Application*>(appId, application) );
LOG4CPLUS_INFO_EXT(mLogger, "\n\t\t\t\tAdded application with appid " << appId <<
- " to mApplications " << (int)mApplications[appId]);
+ " to mApplications " << (intptr_t)mApplications[appId]);
for( std::map<int, DeviceStorage>::iterator it = mDevices.begin();
it != mDevices.end();
++it )
@@ -6851,7 +6851,7 @@ namespace NsAppManager
LOG4CPLUS_INFO_EXT(mLogger, "Application created." );
mApplications.insert( std::pair<int, Application*>(appId, application) );
LOG4CPLUS_INFO_EXT(mLogger, "\n\t\t\t\tAdded application with appid " << appId <<
- " to mApplications " << (int)mApplications[appId]);
+ " to mApplications " << (intptr_t)mApplications[appId]);
for( std::map<int, DeviceStorage>::iterator it = mDevices.begin();
it != mDevices.end();
++it )