projects
/
platform
/
core
/
api
/
notification.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8268dae
)
Fix wrong log spelling
82/85382/1
author
seungha.son
<seungha.son@samsung.com>
Thu, 25 Aug 2016 01:22:55 +0000
(10:22 +0900)
committer
seungha.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
patch
|
blob
|
history
diff --git
a/src/notification_setting.c
b/src/notification_setting.c
index 52058727b19ad1beb01f8b2a8cd28c119b40bfc5..23f680c53199db82ade87f023dda46cf8ebc4cbe 100755
(executable)
--- a/
src/notification_setting.c
+++ b/
src/notification_setting.c
@@
-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 se
e
ting table [%d]", uid);
+ NOTIFICATION_INFO("refresh se
t
ting 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);