change log level
authorSon Hyunjun <hj79.son@samsung.com>
Tue, 13 Mar 2012 10:23:49 +0000 (19:23 +0900)
committerSon Hyunjun <hj79.son@samsung.com>
Tue, 13 Mar 2012 10:23:49 +0000 (19:23 +0900)
tizen/src/skin/maruskin_server.c

index 9c6fcfb..5bfa1a9 100644 (file)
@@ -495,7 +495,7 @@ static int send_skin( int client_sock, short send_cmd ) {
     memset( &sendbuf, 0, SEND_HEADER_SIZE );
 
     long long request_id = (long long) rand();
-    INFO( "send skin request_id:%lld, send_cmd:%d\n", request_id, send_cmd );
+    TRACE( "send skin request_id:%lld, send_cmd:%d\n", request_id, send_cmd );
 
     request_id = htobe64( request_id );