guest_server: bug fixed - "ERR" debug
authorJinhyung Choi <jinhyung2.choi@samsung.com>
Wed, 18 Jun 2014 09:35:09 +0000 (18:35 +0900)
committerJinhyung 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

index 893228410c88a871a989345790089b67895fb555..5d341f2e1f845ec9fc4eb045bce95ef453559a89 100644 (file)
@@ -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");
 }