]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
valadoc: Include path to doclet in error message
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 5 Apr 2022 09:01:11 +0000 (11:01 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 10 Aug 2022 17:00:58 +0000 (19:00 +0200)
valadoc/valadoc.vala

index 8f57c7d15a787897cb7144886cc79ff6847c1b42..b5184567238c5cf1cfced3804ae509101d42773c 100644 (file)
@@ -186,7 +186,7 @@ public class ValaDoc : Object {
 
                doclet = modules.create_doclet (pluginpath);
                if (doclet == null) {
-                       reporter.simple_error (null, "failed to load doclet");
+                       reporter.simple_error (null, "failed to load doclet '%s'", pluginpath);
                        return null;
                }