diff options
-rw-r--r-- | src/viewerplain.cpp | 4 |
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 | ||
15 | void ViewerPlain::beginCommand( Action::eAction nAct, const std::string &sTarget, int nPerforms ) | 15 | void 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 | ||
20 | void ViewerPlain::endCommand() | 20 | void ViewerPlain::endCommand() |
21 | { | 21 | { |
22 | printf("---\n"); | 22 | printf("\n"); |
23 | } | 23 | } |
24 | 24 | ||
25 | void ViewerPlain::beginRequiresCheck( bool bCached, const std::string &sName ) | 25 | void ViewerPlain::beginRequiresCheck( bool bCached, const std::string &sName ) |