Skip to content

Commit

Permalink
fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
nor committed Mar 30, 2024
1 parent 75ee1eb commit 6e513f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/projects/mesonproject.vala
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ class Vls.MesonProject : Project {
if (configured_once)
spawn_args += "--reconfigure";
foreach(var item in meson_setup_args) {
warning("meson setup arg %s", item);
debug("meson setup arg %s", item);
spawn_args += item;
}
Process.spawn_sync (
Expand Down

0 comments on commit 6e513f6

Please sign in to comment.