src/Palete/ValaSource.vala wip_alan_T7394_more_warning_fixes origin/wip_alan_T7394_more_warning_fixes
authorAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2022 07:11:29 +0000 (15:11 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 9 Sep 2022 07:11:29 +0000 (15:11 +0800)
src/Palete/ValaSource.vala

index 21519c6..7873b53 100644 (file)
@@ -167,7 +167,7 @@ namespace Palete {
                        try {
                                this.compiler.run(); 
                        } catch (GLib.Error e) {
-                               GLib.debug("Error %w",e.message);
+                               GLib.debug("Error %s",e.message);
                                this.spinner(false);
                                this.compiler = null;
                                return false;