Skip to content

Commit

Permalink
log process id (Chia-Network#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayfallstown authored May 24, 2021
1 parent a6fce5d commit 78dea90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plotter_disk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ class DiskPlotter {
std::cout << "Final Directory is: " << final_dirname << std::endl;
std::cout << "Using " << (int)num_threads << " threads of stripe size " << stripe_size
<< std::endl;
std::cout << "Process ID is: " << ::getpid() << std::endl;

// Cross platform way to concatenate paths, gulrak library.
std::vector<fs::path> tmp_1_filenames = std::vector<fs::path>();
Expand Down

0 comments on commit 78dea90

Please sign in to comment.