Fix wrong log spelling 82/85382/1
authorseungha.son <seungha.son@samsung.com>
Thu, 25 Aug 2016 01:22:55 +0000 (10:22 +0900)
committerseungha.son <seungha.son@samsung.com>
Thu, 25 Aug 2016 01:23:24 +0000 (10:23 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I8dfe173d4b3124b14249eea30e356520402097ac

src/notification_setting.c

index 5205872..23f680c 100755 (executable)
@@ -333,7 +333,7 @@ EXPORT_API int notification_setting_refresh_setting_table(uid_t uid)
        pkgmgrinfo_pkginfo_filter_h filter;
        setting_local_info info;
 
-       NOTIFICATION_INFO("refresh seeting table [%d]", uid);
+       NOTIFICATION_INFO("refresh setting table [%d]", uid);
        sqlite3_ret = sqlite3_open_v2(DBPATH, &db, SQLITE_OPEN_READWRITE, NULL);
        if (sqlite3_ret != SQLITE_OK || db == NULL) {
                NOTIFICATION_ERR("db_util_open failed [%s][%d]", DBPATH, sqlite3_ret);