From: Alan Knowles Date: Tue, 26 May 2015 06:05:01 +0000 (+0800) Subject: src/Project/Gtk.vala X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=38086deb6d2a9698c734f3c7243b2390da26c908 src/Project/Gtk.vala --- 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; }