projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eefec88
)
guest_server: bug fixed - "ERR" debug
author
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Wed, 18 Jun 2014 09:35:09 +0000
(18:35 +0900)
committer
Jinhyung Choi
<jinhyung2.choi@samsung.com>
Wed, 18 Jun 2014 09:35:09 +0000
(18:35 +0900)
Change-Id: Id7db782f0068ee487dbde8a44cbf34958d2b9daa
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
tizen/src/guest_server.c
patch
|
blob
|
history
diff --git
a/tizen/src/guest_server.c
b/tizen/src/guest_server.c
index 893228410c88a871a989345790089b67895fb555..5d341f2e1f845ec9fc4eb045bce95ef453559a89 100644
(file)
--- a/
tizen/src/guest_server.c
+++ b/
tizen/src/guest_server.c
@@
-638,5
+638,5
@@
void shutdown_guest_server(void)
ret = qemu_thread_join(&guest_thread_id);
if (ret)
-
ERR
("guest_thread_id join failed.\n");
+
INFO
("guest_thread_id join failed.\n");
}