Skip to content

Commit

Permalink
[hotfix] Correct logging statement in TaskExecutorResourceUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Jan 22, 2020
1 parent 1b6a074 commit e1660b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ private static MemorySize capToMinMax(
size = rangeFraction.maxSize.getBytes();
} else if (size < rangeFraction.minSize.getBytes()) {
LOG.info(
"The derived from fraction {} ({}) is less than its min value {}, max value will be used instead",
"The derived from fraction {} ({}) is less than its min value {}, min value will be used instead",
memoryDescription,
relative.toHumanReadableString(),
rangeFraction.minSize.toHumanReadableString());
Expand Down

0 comments on commit e1660b4

Please sign in to comment.