Merge "Change mtcInfo log in mtcCtrlMsg.cpp to a dlog"
This commit is contained in:
commit
975e868431
@ -688,7 +688,7 @@ int send_mtc_cmd ( string & hostname, int cmd , int interface, string json_dict
|
||||
mtc_cmd.cmd = cmd ;
|
||||
mtc_cmd.num = 0 ;
|
||||
data = "{\"mtcInfo\":" + json_dict + "}";
|
||||
ilog("%s mtc info update: %s", hostname.c_str(), data.c_str());
|
||||
dlog("%s mtc info update: %s", hostname.c_str(), data.c_str());
|
||||
rc = PASS ;
|
||||
break ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user