summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmakemain.cxx')
-rw-r--r--Source/cmakemain.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmakemain.cxx b/Source/cmakemain.cxx
index 96112bc..289f82e 100644
--- a/Source/cmakemain.cxx
+++ b/Source/cmakemain.cxx
@@ -80,4 +80,8 @@ void updateProgress(const char *msg, float prog, void*)
{
std::cout << "-- " << msg << std::endl;
}
+ //else
+ //{
+ //std::cout << "-- " << msg << " " << prog << std::endl;
+ //}
}