Print the plugin type on initialization

This commit is contained in:
Robbert van der Helm
2020-11-30 23:10:50 +01:00
parent f9bb3822de
commit 1c5a9423d2
4 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -190,7 +190,9 @@ void GroupBridge::accept_requests() {
// The plugin has to be initiated on the IO context's thread because
// this has to be done on the same thread that's handling messages,
// and all window messages have to be handled from the same thread.
logger.log("Received request to host '" + request.plugin_path +
logger.log("Received request to host " +
plugin_type_to_string(request.plugin_type) +
" plugin at '" + request.plugin_path +
"' using socket endpoint base directory '" +
request.endpoint_base_dir + "'");
try {