[Bugfix][API-1482][ril] add print info when ril lib init and de-init, resolve compile error

       Affected branch: unknown
       Affected module: unknown
       Is it affected on both ZXIC and MTK: both
       Self-test: Yes
       Doc Update: No

Change-Id: I9a861d6c5a6855550dd94473ca0f1ba7f195173e
diff --git a/lib/liblynq-data/lynq_data.cpp b/lib/liblynq-data/lynq_data.cpp
index 7f39860..b8865ef 100755
--- a/lib/liblynq-data/lynq_data.cpp
+++ b/lib/liblynq-data/lynq_data.cpp
@@ -865,7 +865,7 @@
 {
     LYLOGSET(LOG_INFO);
     LYLOGEINIT(USER_LOG_TAG);
-    LYERRLOG("%s start, parameter is %d", __func__,utoken);
+    LYERRLOG("%s start, parameter is %d", __func__,uToken);
 
     if (g_lynq_data_init_flag == 1)
     {