mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Remove blank line from log
This commit is contained in:
parent
cad76827b0
commit
ed23f6be20
@ -240,7 +240,7 @@ int main(int argc, char* argv[])
|
|||||||
// Log what file we're processing and when we started
|
// Log what file we're processing and when we started
|
||||||
const std::chrono::system_clock::time_point start{ std::chrono::system_clock::now() };
|
const std::chrono::system_clock::time_point start{ std::chrono::system_clock::now() };
|
||||||
std::time_t now = std::chrono::system_clock::to_time_t( start );
|
std::time_t now = std::chrono::system_clock::to_time_t( start );
|
||||||
std::cout << "Start " << parFilename << " " << std::ctime( &now ) << std::endl;
|
std::cout << "Start " << parFilename << " " << std::ctime( &now );
|
||||||
|
|
||||||
// parse parameter file
|
// parse parameter file
|
||||||
Contractor::ContractorPar par;
|
Contractor::ContractorPar par;
|
||||||
|
Loading…
Reference in New Issue
Block a user