Skip to content

Commit 30efa0b

Browse files
committed
ChatON:Show Log on screen when template is applied
1 parent d667ad0 commit 30efa0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/chaton.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ inline bool chaton_tmpl_apply_single_ex(
242242
LOG_TEELN("DBUG:%s:Mismatch between CP[%s] and SS[%s]", __func__, cpStr.c_str(), tagged.c_str());
243243
exit(2);
244244
}
245-
LOGLN("DBUG:%s:%s:%s:%s", __func__, tmpl.c_str(), role.c_str(), tagged.c_str());
245+
LOGXLN("DBUG:%s:%s:%s:%s", __func__, tmpl.c_str(), role.c_str(), tagged.c_str());
246246
types = cp.get_types();
247247
lens = cp.get_partslens();
248248
return true;
@@ -383,7 +383,7 @@ inline bool chaton_tmpl_apply_ex(
383383
LOG_TEELN("DBUG:%s:Mismatch between CP[%s] and SS[%s]", __func__, cpStr.c_str(), tagged.c_str());
384384
exit(2);
385385
}
386-
LOGLN("DBUG:%s:%s:%s", __func__, tmpl.c_str(), tagged.c_str());
386+
LOGXLN("DBUG:%s:%s:%s", __func__, tmpl.c_str(), tagged.c_str());
387387
LOGLN("DBUG:%s:%s:CntSys[%d]:CntUsr[%d]:CntOthers[%d]", __func__, tmpl.c_str(), cntSystem, cntUser, cntOthers);
388388
types = cp.get_types();
389389
lens = cp.get_partslens();

0 commit comments

Comments
 (0)