mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-14 20:40:03 +02:00
Print library path in the initialization message
This is useful when chainloading, since it now tells you where eactly it's loading the library from.
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include <version.h>
|
||||
|
||||
#include "../../common/configuration.h"
|
||||
#include "../../common/linking.h"
|
||||
#include "../../common/notifications.h"
|
||||
#include "../../common/utils.h"
|
||||
#include "../host-process.h"
|
||||
@@ -142,7 +143,8 @@ class PluginBridge {
|
||||
<< " (32-bit build)"
|
||||
#endif
|
||||
<< std::endl;
|
||||
// TODO: Show this library's path now that we're chainloading
|
||||
init_msg << "library: '" << get_this_file_location().string()
|
||||
<< "'" << std::endl;
|
||||
init_msg << "host: '" << plugin_host_->path().string() << "'"
|
||||
<< std::endl;
|
||||
init_msg << "plugin: '" << info_.windows_plugin_path_.string()
|
||||
|
||||
Reference in New Issue
Block a user