projects
/
platform
/
core
/
api
/
media-controller.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa8226c
)
just add some debug msg to check abnormal status
83/197183/1
accepted/tizen/unified/20190111.055235
submit/tizen/20190110.070723
submit/tizen/20190110.080604
author
hj kim
<backto.kim@samsung.com>
Thu, 10 Jan 2019 07:05:19 +0000
(16:05 +0900)
committer
hj kim
<backto.kim@samsung.com>
Thu, 10 Jan 2019 07:05:19 +0000
(16:05 +0900)
Change-Id: I859cb1c239720bf9c88100d29647bdc8aa05b6d2
src/media_controller_db.c
patch
|
blob
|
history
diff --git
a/src/media_controller_db.c
b/src/media_controller_db.c
index
2ca1ab2
..
4f70ab8
100755
(executable)
--- a/
src/media_controller_db.c
+++ b/
src/media_controller_db.c
@@
-1003,7
+1003,7
@@
int mc_db_check_server_table_exist(void *handle, const char *server_name, bool *
if (count > 0) {
*exist = TRUE;
} else {
- mc_debug("
server info is not exist
[%s]", server_name);
+ mc_debug("
No server info
[%s]", server_name);
*exist = FALSE;
}
@@
-1049,7
+1049,7
@@
int mc_db_check_client_table_exist(void *handle, const char *client_name, bool *
if (count > 0) {
*exist = TRUE;
} else {
- mc_debug("
client info is not exist
[%s]", client_name);
+ mc_debug("
No client info
[%s]", client_name);
*exist = FALSE;
}