ChatON: Dont log final tagged message string to screen
This commit is contained in:
parent
cad50c527e
commit
32e672c5dd
1 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ inline bool chaton_tmpl_apply_single_ex(
|
|||
LOG_TEELN("DBUG:%s:Mismatch between CP[%s] and SS[%s]", __func__, cpStr.c_str(), tagged.c_str());
|
||||
exit(2);
|
||||
}
|
||||
LOGXLN("DBUG:%s:%s:%s:%s", __func__, tmpl.c_str(), role.c_str(), tagged.c_str());
|
||||
LOGLN("DBUG:%s:%s:%s:%s", __func__, tmpl.c_str(), role.c_str(), tagged.c_str());
|
||||
types = cp.get_types();
|
||||
lens = cp.get_partslens();
|
||||
return true;
|
||||
|
@ -489,7 +489,7 @@ inline bool chaton_tmpl_apply_ex(
|
|||
LOG_TEELN("DBUG:%s:Mismatch between CP[%s] and SS[%s]", __func__, cpStr.c_str(), tagged.c_str());
|
||||
exit(2);
|
||||
}
|
||||
LOGXLN("DBUG:%s:%s:%s", __func__, tmpl.c_str(), tagged.c_str());
|
||||
LOGLN("DBUG:%s:%s:%s", __func__, tmpl.c_str(), tagged.c_str());
|
||||
LOGLN("DBUG:%s:%s:CntSys[%d]:CntUsr[%d]:CntOthers[%d]", __func__, tmpl.c_str(), cntSystem, cntUser, cntOthers);
|
||||
types = cp.get_types();
|
||||
lens = cp.get_partslens();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue