From 58f477bd5c5f9a61d4a4072d452856b180b1c172 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 12 Sep 2006 17:36:11 +0000 Subject: Made the plain view a lot more like pymake's normal view. --- src/viewerplain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/viewerplain.cpp b/src/viewerplain.cpp index f2123b0..b6f2095 100644 --- a/src/viewerplain.cpp +++ b/src/viewerplain.cpp @@ -14,12 +14,12 @@ ViewerPlain::~ViewerPlain() void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) { - printf("--- check %s ---\n", sTarget.c_str() ); + printf("--- %s ---\n", sTarget.c_str() ); } void ViewerPlain::endCommand() { - printf("---\n"); + printf("\n"); } void ViewerPlain::beginRequiresCheck( bool bCached, const std::string &sName ) -- cgit v1.2.3