diff options
-rw-r--r-- | tracker-fusion/fusion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-fusion/fusion.cpp b/tracker-fusion/fusion.cpp index 3e849caa..47dc0d13 100644 --- a/tracker-fusion/fusion.cpp +++ b/tracker-fusion/fusion.cpp @@ -19,7 +19,7 @@ static const char* own_name = "fusion"; static auto get_modules() { - return Modules(OPENTRACK_BASE_PATH + OPENTRACK_LIBRARY_PATH); + return Modules(OPENTRACK_BASE_PATH + OPENTRACK_LIBRARY_PATH, dylib_load_quiet); } fusion_tracker::fusion_tracker() = default; |