summaryrefslogtreecommitdiffstats
path: root/Source/ctest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/ctest.cxx')
-rw-r--r--Source/ctest.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index cfcf5ce..2a7f0ff 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -168,7 +168,7 @@ int main (int argc, char *argv[])
if ( cmSystemTools::GetCurrentWorkingDirectory().size() == 0 )
{
- cmCTestLog(&inst, ERROR, "Current working directory cannot be established." << std::endl);
+ cmCTestLog(&inst, ERROR_MESSAGE, "Current working directory cannot be established." << std::endl);
nocwd = 1;
}
@@ -182,7 +182,7 @@ int main (int argc, char *argv[])
{
if(argc == 1)
{
- cmCTestLog(&inst, ERROR, "*********************************" << std::endl
+ cmCTestLog(&inst, ERROR_MESSAGE, "*********************************" << std::endl
<< "No test configuration file found!" << std::endl
<< "*********************************" << std::endl);
}