Skip to content

Commit

Permalink
Tracing misprint fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
luav committed Jun 30, 2017
1 parent 3547024 commit 65ca476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/fileio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ unordered_set<Id> loadNodes(NamedFileWrapper& file, float membership
// if(nodebase.size() <= nodebase.bucket_count() * nodebase.max_load_factor() / 3)
// nodebase.reserve(nodebase.size());
#if TRACE >= 2
printf("loadNodes(). the loaded base has %lu nodes from the input %lu members of %lu clusters\n"
printf("loadNodes(), the loaded base has %lu nodes from the input %lu members of %lu clusters\n"
, nodebase.size(), totmbs, fclsnum);
#else
if(verbose)
Expand Down

0 comments on commit 65ca476

Please sign in to comment.