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:
a24fca0
)
Update debug msg to distinguish server mode
80/206180/1
author
hj kim
<backto.kim@samsung.com>
Wed, 15 May 2019 02:30:17 +0000
(11:30 +0900)
committer
hj kim
<backto.kim@samsung.com>
Wed, 15 May 2019 02:30:17 +0000
(11:30 +0900)
Change-Id: I1f23c679020beb828ccb946433247bd6cc038cba
svc/daemon/media_controller_main.c
patch
|
blob
|
history
diff --git
a/svc/daemon/media_controller_main.c
b/svc/daemon/media_controller_main.c
index
c7972b8
..
614a33d
100644
(file)
--- a/
svc/daemon/media_controller_main.c
+++ b/
svc/daemon/media_controller_main.c
@@
-129,9
+129,12
@@
int main(int argc, char **argv)
#ifdef _ON_DEMAND_SOCKET_ACTIVATION
/* Create Timer */
__mc_main_create_timer();
-#endif
- mc_debug("*** Media Controller Daemon is running ***");
+ mc_debug("*** Media Controller Daemon is running [on-demand] ***");
+
+#else
+ mc_debug("*** Media Controller Daemon is running [always] ***");
+#endif
g_main_loop_run(g_mc_mainloop);