summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestUpdateHandler.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-19 15:00:28 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-10-19 15:00:28 (GMT)
commiteff0013b3b26b35c69bf7dc3c1175d6bca87748d (patch)
tree093b37d8fd78744b8b60b8fcc06e58c9576e4a9a /Source/CTest/cmCTestUpdateHandler.cxx
parentbaa7b749e4cd47552f7366c5e7cdd0005a5bf7b8 (diff)
downloadCMake-eff0013b3b26b35c69bf7dc3c1175d6bca87748d.zip
CMake-eff0013b3b26b35c69bf7dc3c1175d6bca87748d.tar.gz
CMake-eff0013b3b26b35c69bf7dc3c1175d6bca87748d.tar.bz2
ENH: More output
Diffstat (limited to 'Source/CTest/cmCTestUpdateHandler.cxx')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx
index f95346e..f77b468 100644
--- a/Source/CTest/cmCTestUpdateHandler.cxx
+++ b/Source/CTest/cmCTestUpdateHandler.cxx
@@ -287,7 +287,7 @@ int cmCTestUpdateHandler::ProcessHandler()
{
cmOStringStream ostr;
ostr << "Problem running initial checkout Output [" << goutput << "] Errors [" << errors << "]";
- cmCTestLog(m_CTest, HANDLER_OUTPUT, ostr.str().c_str() << std::endl);
+ cmCTestLog(m_CTest, ERROR_MESSAGE, ostr.str().c_str() << std::endl);
checkoutErrorMessages += ostr.str();
updateProducedError = true;
}