[vala/0.48] valadoc: Include path to doclet in error message



commit 7ca7ccf13215ed04ed04a755a5c013424d1d0a4b
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Tue Apr 5 11:01:11 2022 +0200

    valadoc: Include path to doclet in error message

 valadoc/valadoc.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/valadoc/valadoc.vala b/valadoc/valadoc.vala
index 8f57c7d15..b51845672 100644
--- a/valadoc/valadoc.vala
+++ b/valadoc/valadoc.vala
@@ -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;
                }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]