Skip to content

Commit

Permalink
Merge pull request #94 from lbergelson/patch-1
Browse files Browse the repository at this point in the history
Change FTZ log message from warning to info
  • Loading branch information
George Powley authored Nov 8, 2018
2 parents a6f5f47 + 1162ad0 commit c071276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/intel/gkl/pairhmm/IntelPairHmm.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public void initialize(PairHMMNativeArguments args) {
}

if(!gklUtils.getFlushToZero()) {
logger.warn("Flush-to-zero (FTZ) is enabled when running PairHMM");
logger.info("Flush-to-zero (FTZ) is enabled when running PairHMM");
}

initNative(ReadDataHolder.class, HaplotypeDataHolder.class, args.useDoublePrecision, args.maxNumberOfThreads, useFpga);
Expand Down

0 comments on commit c071276

Please sign in to comment.