diff options
Diffstat (limited to 'src/plugins/Plugins.vala')
-rw-r--r-- | src/plugins/Plugins.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Plugins.vala b/src/plugins/Plugins.vala index 0e03f67..5f6613c 100644 --- a/src/plugins/Plugins.vala +++ b/src/plugins/Plugins.vala @@ -313,7 +313,7 @@ private bool is_shared_library(File file) { } private void search_for_plugins(File dir) throws Error { - debug("Searching %s for plugins ...", dir.get_path()); + debug("Searching %s for plugins…", dir.get_path()); // build a set of module names sans file extension ... this is to deal with the question of // .so vs. .la existing in the same directory (and letting GModule deal with the problem) |