Add missing logging param

Original commit: elastic/x-pack-elasticsearch@30ee528798
This commit is contained in:
Dimitrios Athanasiou 2017-04-05 17:00:12 +01:00
parent 0be4082ad7
commit e97035af87
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ public class AutodetectProcessManager extends AbstractComponent {
}
if (autodetectParams.quantiles() == null) {
String msg = "No quantiles could be found for a job with processed records";
logger.warn("[{}] {}", jobId);
logger.warn("[{}] {}", jobId, msg);
auditor.warning(jobId, msg);
}
}