Skip to content
Snippets Groups Projects
Commit efd625a4 authored by Angel Misevski's avatar Angel Misevski
Browse files

Fix typo broking -> brokering


Signed-off-by: default avatarAngel Misevski <amisevsk@redhat.com>
parent d42984f9
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ public class DeployBroker extends BrokerPhase {
String reason = podEvent.getReason();
String message = podEvent.getMessage();
LOG.error(
"Unrecoverable event occurred during plugin broking for workspace '{}' startup: {}, {}, {}",
"Unrecoverable event occurred during plugin brokering for workspace '{}' startup: {}, {}, {}",
workspaceId,
reason,
message,
......
......@@ -85,7 +85,7 @@ public class BrokerStatusListener implements EventSubscriber<BrokerEvent> {
brokersResult.error(
new InfrastructureException(
format(
"Plugin broking process for workspace %s failed with error: %s",
"Plugin brokering process for workspace %s failed with error: %s",
workspaceId, event.getError())));
break;
case STARTED:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment