Write to Out() not Log()!

This commit is contained in:
Axel Naumann 2014-09-23 15:14:00 +02:00 committed by sftnight
parent 2facc626bf
commit 80669dfac8

View File

@ -266,7 +266,7 @@ namespace cling {
m_pr.m_StreamStack.pop();
m_Stream.flush();
if (!m_pr.m_SkipFlag) {
m_pr.Log() << m_Output;
m_pr.Out() << m_Output;
}
}
m_pr.m_Policy = m_oldPol;