From: saerome.kim Date: Tue, 30 Jul 2019 11:14:47 +0000 (+0900) Subject: Fixed build error X-Git-Tag: accepted/tizen/unified/20190730.224309^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=056f7478905584694bd6e5a0c05185ed60981de2;p=platform%2Fcore%2Fconnectivity%2Fua-manager.git Fixed build error Change-Id: I6c8f6ad3e8dcc51e7f42c84336deb3adb91b9bcd Signed-off-by: saerome.kim --- diff --git a/ua-daemon/src/ua-manager-db.c b/ua-daemon/src/ua-manager-db.c index 20b5ca1..68d8ceb 100644 --- a/ua-daemon/src/ua-manager-db.c +++ b/ua-daemon/src/ua-manager-db.c @@ -127,7 +127,7 @@ static int __check_integrity(void) FUNC_EXIT; return UAM_ERROR_DB_FAILED; } - UAM_DBG("Database size: %d", db_size); + UAM_DBG("Database size: %zd", db_size); res = sqlite3_exec(database, "PRAGMA integrity_check", __uam_db_check_integrity_cb, 0, 0); if (res != SQLITE_OK) {