|
@@ -202,7 +202,8 @@ bool cmCTestSubmitHandler::SubmitUsingFTP(const cmStdString& localprefix,
|
|
|
*this->LogFile << " Error when uploading file: "
|
|
*this->LogFile << " Error when uploading file: "
|
|
|
<< local_file.c_str()
|
|
<< local_file.c_str()
|
|
|
<< std::endl
|
|
<< std::endl
|
|
|
- << " Error message was: " << error_buffer << std::endl
|
|
|
|
|
|
|
+ << " Error message was: "
|
|
|
|
|
+ << error_buffer << std::endl
|
|
|
<< " Curl output was: ";
|
|
<< " Curl output was: ";
|
|
|
// avoid dereference of empty vector
|
|
// avoid dereference of empty vector
|
|
|
if(chunk.size())
|
|
if(chunk.size())
|