[new-server-side-architecture] - sonar cloud feedback implementation - removed a possible bug
This commit is contained in:
parent
72adc94a9b
commit
3951cf6c2f
@ -54,8 +54,8 @@ trait PluginDataChannelReplaceEntryMsgHdlr extends HandlerHelpers {
|
||||
)
|
||||
}
|
||||
case None => println(s"Data channel '${msg.body.channelName}' not found in plugin '${msg.body.pluginName}'.")
|
||||
case None => println(s"Plugin '${msg.body.pluginName}' not found.")
|
||||
}
|
||||
case None => println(s"Plugin '${msg.body.pluginName}' not found.")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user