src/Palete/LanguageClientVala.vala
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 10:18:33 +0000 (18:18 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 10:18:33 +0000 (18:18 +0800)
src/Palete/LanguageClientVala.vala

index 18958cb..ee64dd4 100644 (file)
@@ -679,7 +679,7 @@ namespace Palete {
                         
 
                        var ar = json.get_array();
-                       GLib.debug ("LS replied with %D items", ar.get_length();
+                       GLib.debug ("LS replied with %D items", ar.get_length());
                        for(var i = 0; i < ar.get_length(); i++ ) {
                                var add= Json.gobject_deserialize ( typeof (Lsp.DocumentSymbol),  ar.get_element(i)) as Lsp.DocumentSymbol;
                                ret.add( add);