[ML] Fixed typo

Original commit: elastic/x-pack-elasticsearch@e66e7febe2
This commit is contained in:
Martijn van Groningen 2017-02-28 14:56:43 +01:00
parent b7b24ed877
commit 6864111acc
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class Auditor {
@Override
public void onFailure(Exception e) {
LOGGER.error(new ParameterizedMessage("Error writing {}", new Object[]{true}, e));
LOGGER.error(new ParameterizedMessage("Error writing {}", new Object[]{type}, e));
}
});
}