Skip to content

Commit

Permalink
updated message for unused keys
Browse files Browse the repository at this point in the history
  • Loading branch information
frsyuki committed Feb 25, 2016
1 parent 03f4b5c commit 9345fd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ private void runWithArchive(Path archivePath, TaskRequest request, Config nextSt
private void warnUnusedKeys(List<String> unusedKeys, TaskRequest request)
{
if (!unusedKeys.isEmpty()) {
logger.warn("Some keys are not used at {}: {}", request.getTaskName(), unusedKeys);
logger.warn("Some parameters are not used at {}: {}", request.getTaskName(), unusedKeys);
}
}

Expand Down

0 comments on commit 9345fd1

Please sign in to comment.