fix buf for accont log format 84/102684/1
authorJooseok Song <seogii.song@samsung.com>
Tue, 6 Dec 2016 10:04:51 +0000 (19:04 +0900)
committerJooseok Song <seogii.song@samsung.com>
Tue, 6 Dec 2016 10:04:51 +0000 (19:04 +0900)
Change-Id: Iddc641b4b8c873326406318b082c8ce4b0294649

common/src/account_db_helper.c

index 812eb2f96aab198590e2f926f7f64117a62177c7..542f42a8b8ed22627d2ec971ed71f032b51b3ec8 100644 (file)
@@ -902,7 +902,7 @@ int _account_get_represented_appid_from_db(sqlite3 *account_user_db, sqlite3 *ac
                ACCOUNT_DEBUG("Setting exception\n");
                *verified_appid = _account_dup_text("email-setting-efl");
                if (*verified_appid == NULL) {
-                       ACCOUNT_FATAL(fmt, arg...)("Memory Allocation Failed");
+                       ACCOUNT_FATAL("Memory Allocation Failed");
                        return _ACCOUNT_ERROR_OUT_OF_MEMORY;
                }
                return _ACCOUNT_ERROR_NONE;