From: Axel Naumann Date: Tue, 23 Sep 2014 13:14:00 +0000 (+0200) Subject: Write to Out() not Log()! X-Git-Tag: v6-02-00-rc1~22 X-Git-Url: https://root.cern.ch/gitweb?p=root.git;a=commitdiff_plain;h=a7e78c42ac1d5ea14a3f800239344dcdb4789283 Write to Out() not Log()! --- diff --git a/interpreter/cling/lib/Interpreter/ForwardDeclPrinter.h b/interpreter/cling/lib/Interpreter/ForwardDeclPrinter.h index cc43a7f..af978e1 100644 --- a/interpreter/cling/lib/Interpreter/ForwardDeclPrinter.h +++ b/interpreter/cling/lib/Interpreter/ForwardDeclPrinter.h @@ -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;