Skip to content

Commit

Permalink
Merge pull request cms-sw#145 from slava77/for-devel/silentNans
Browse files Browse the repository at this point in the history
quiet down "silly seeds" printouts for Config::silent modes
  • Loading branch information
osschar authored Jun 25, 2018
2 parents f6dd5c7 + 42a543f commit a25c66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkFit/MkBuilder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1302,7 +1302,7 @@ namespace
}
}

if (count > 0)
if (count > 0 && !Config::silent)
{
printf("Nan'n'Silly detected %d silly seeds (fix=%d, remove=%d).\n",
count, Config::nan_n_silly_fixup_bad_seeds, Config::nan_n_silly_remove_bad_seeds);
Expand Down

0 comments on commit a25c66e

Please sign in to comment.