PluginContext: Fix one of the error messages for plugin failures
Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I177784f7ce77eb20c19121c464b08c9662728a75
This commit is contained in:
@@ -272,7 +272,7 @@ public class PluginContext<T> {
|
|||||||
Throwables.throwIfUnchecked(e);
|
Throwables.throwIfUnchecked(e);
|
||||||
pluginMetrics.incrementErrorCount(extension);
|
pluginMetrics.incrementErrorCount(extension);
|
||||||
logger.atWarning().withCause(e).log(
|
logger.atWarning().withCause(e).log(
|
||||||
"Failure in %s of plugin invoke%s", extensionImpl.getClass(), extension.getPluginName());
|
"Failure in %s of plugin %s", extensionImpl.getClass(), extension.getPluginName());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user