On verbose, be more verbose
This commit is contained in:
parent
4ecc0d9f15
commit
b60c9ae05a
|
@ -136,8 +136,11 @@ bool cmCTestSubmit::SubmitUsingFTP(const std::string& localprefix,
|
|||
}
|
||||
|
||||
ftpfile = ::fopen(local_file.c_str(), "rb");
|
||||
//std::cout << "upload file: " << local_file.c_str() << " to "
|
||||
// << upload_as.c_str() << std::endl;
|
||||
if ( m_Verbose )
|
||||
{
|
||||
std::cout << "upload file: " << local_file.c_str() << " to "
|
||||
<< upload_as.c_str() << std::endl;
|
||||
}
|
||||
|
||||
//std::cout << "File is opened: " << ftpfile << std::endl;
|
||||
|
||||
|
|
Loading…
Reference in New Issue