modification skin_server
authorSon Hyunjun <hj79.son@samsung.com>
Mon, 5 Mar 2012 10:38:04 +0000 (19:38 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Mon, 5 Mar 2012 10:38:04 +0000 (19:38 +0900)
tizen/src/skin/skin_server.c
tizen/src/ui

index b8d9b60..31448cb 100644 (file)
@@ -465,7 +465,7 @@ static void* do_heart_beat(void* args) {
                }
 
                if( HEART_BEAT_FAIL_COUNT < fail_count ) {
-                       printf( "fail to write heart beat to skin. shutdown heartbeat thread.\n" );
+                       printf( "fail to write heart beat to skin. fail count:%d\n", HEART_BEAT_FAIL_COUNT );
                        shutdown = 1;
                        break;
                }
@@ -486,7 +486,7 @@ static void* do_heart_beat(void* args) {
        }
 
        if(shutdown) {
-               printf("close client_sock in heartbeat thread.\n");
+               printf("shutdown skin_server by heartbeat thread.\n");
                shutdown_skin_server();
        }
 
index 352e1b5..79c0092 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 352e1b596e7511e76d867d52f9b235e15a437067
+Subproject commit 79c009238dd60dfdb70f9da0e47d18a77cd66675