From a7e78c42ac1d5ea14a3f800239344dcdb4789283 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 23 Sep 2014 15:14:00 +0200 Subject: [PATCH] Write to Out() not Log()! --- interpreter/cling/lib/Interpreter/ForwardDeclPrinter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.2