]> 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>
Thu, 7 Apr 2022 06:23:53 +0000 (08:23 +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;
                }