From 72e3d4c55a6569d966059f762824c38d06055871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 29 Oct 2016 23:24:31 +0200 Subject: New upstream version 0.25.0 --- src/plugins/Plugins.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Plugins.vala') 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) -- cgit v1.2.3