On verbose, be more verbose

This commit is contained in:
Andy Cedilnik 2003-04-02 09:19:27 -05:00
parent 4ecc0d9f15
commit b60c9ae05a
1 changed files with 5 additions and 2 deletions

View File

@ -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;