projects
/
platform
/
core
/
uifw
/
voice-control.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef81257
)
Add error handling for issue that occur in a failed state of ducking create
53/319353/1
author
sooyeon
<sooyeon.kim@samsung.com>
Fri, 13 Sep 2024 10:27:09 +0000
(19:27 +0900)
committer
Tizen AI
<ai.tzn.sec@samsung.com>
Tue, 22 Oct 2024 01:53:36 +0000
(10:53 +0900)
Change-Id: I3672823c16592a7a6fc55ddb0f5283acfd8a4ecb
Signed-off-by: sooyeon <sooyeon.kim@samsung.com>
client/vc_mgr.c
patch
|
blob
|
history
diff --git
a/client/vc_mgr.c
b/client/vc_mgr.c
index 862eb272f2091053bdc70fe4bf06a3984e4df501..0d6659eaee730ca941088a25155a20afabb2bc5e 100644
(file)
--- a/
client/vc_mgr.c
+++ b/
client/vc_mgr.c
@@
-313,7
+313,7
@@
int vc_mgr_initialize(void)
ret = vc_mgr_ducking_create();
if (VC_ERROR_NONE != ret) {
- SLOG(LOG_ERROR, TAG_VCM, "[
INFO
] Fail to ducking create : %d", ret);
+ SLOG(LOG_ERROR, TAG_VCM, "[
ERROR
] Fail to ducking create : %d", ret);
vc_config_mgr_finalize(g_pid + VC_MANAGER_CONFIG_HANDLE);
vc_mgr_client_destroy();
return ret;