添加LYNQ_SLEEP接口指定的logtag标志

Change-Id: I394e13b886fc1d49896e45dd30ade4fd1027837a
diff --git a/mbtk/lynq_lib/src/lynq_sleep.c b/mbtk/lynq_lib/src/lynq_sleep.c
index ea5a048..fed9443 100755
--- a/mbtk/lynq_lib/src/lynq_sleep.c
+++ b/mbtk/lynq_lib/src/lynq_sleep.c
@@ -30,7 +30,6 @@
 static bool nw_off = FALSE;
 static bool sms_off = FALSE;
 static bool data_off = FALSE;
-static bool set_off = FALSE;
 
 static pthread_t lpm_t;
 static int edge_t = 0;
@@ -163,7 +162,7 @@
         
         if (i >= LOCK_MAX_SIZE)
         {
-            LOGE("Fd is full.\n");
+            LOGE("Fd is full.");
             return -1;
         }
 
@@ -546,8 +545,6 @@
         on = 29 - (call_t + nw_t + data_t + sms_t);//SIM的上报会一直被包含在内
     }
 
-    set_off = TRUE;//初始状态改变
-
     if(whitelist_info_handle == NULL)
     {
         whitelist_info_handle = mbtk_info_handle_get();
@@ -655,4 +652,3 @@
     return 0;
 }
 
-