Skip to content

Commit

Permalink
Change FTZ log message from warning to info
Browse files Browse the repository at this point in the history
* Changing the log message "Flush-to-zero (FTZ) is enabled when running PairHMM" from being a warning to an info message.
  • Loading branch information
lbergelson authored Nov 7, 2018
1 parent a6f5f47 commit 1162ad0
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 1162ad0

Please sign in to comment.