Merge "Change mtcInfo log in mtcCtrlMsg.cpp to a dlog"

This commit is contained in:
Zuul 2024-04-17 12:10:16 +00:00 committed by Gerrit Code Review
commit 975e868431
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;
}