]> 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 13:59:36 +0000 (15:59 +0200)
valadoc/valadoc.vala

index 69642864fcb439cb216347832bc803c36c915776..9460439bdbe4f7274e2ce0760424d2792d623542 100644 (file)
@@ -194,7 +194,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;
                }