aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/viewerplain.cpp4
1 files 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()
14 14
15void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) 15void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms )
16{ 16{
17 printf("--- check %s ---\n", sTarget.c_str() ); 17 printf("--- %s ---\n", sTarget.c_str() );
18} 18}
19 19
20void ViewerPlain::endCommand() 20void ViewerPlain::endCommand()
21{ 21{
22 printf("---\n"); 22 printf("\n");
23} 23}
24 24
25void ViewerPlain::beginRequiresCheck( bool bCached, const std::string &sName ) 25void ViewerPlain::beginRequiresCheck( bool bCached, const std::string &sName )