mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-03 06:10:28 +00:00
On verbose, be more verbose
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user