From 38086deb6d2a9698c734f3c7243b2390da26c908 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 26 May 2015 14:05:01 +0800 Subject: [PATCH] src/Project/Gtk.vala --- src/Project/Gtk.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Project/Gtk.vala b/src/Project/Gtk.vala index 6653783c8..089a01244 100644 --- a/src/Project/Gtk.vala +++ b/src/Project/Gtk.vala @@ -170,7 +170,7 @@ namespace Project { var dirname = this.resolve_path( this.resolve_path_combine_path(this.firstPath(),in_path)); - GLib.debug("SCAN %s\n", dirname); + GLib.debug("SCAN %s", dirname); // scan the directory for files -- ending with vala || c @@ -193,7 +193,7 @@ namespace Project { while ((next_file = file_enum.next_file(null)) != null) { var fn = next_file.get_display_name(); - GLib.debug("SCAN %s - checking %s\n", dirname, fn); + GLib.debug("SCAN ADD %s - checking %s\n", dirname, fn); if (!GLib.FileUtils.test(in_path + "/" + fn, GLib.FileTest.IS_REGULAR)) { continue; } -- 2.39.2