disable comment on get_upstream
[gitlive] / Monitor.vala
index b8e3bce..8a649c6 100644 (file)
@@ -164,6 +164,11 @@ public class Monitor : gitMonitorBase
  
                  fm.changed.connect( this.onEvent );
                 this.monitors.append_val(fm);
+                
+                total_monitors++;
+                GLib.debug("Total Monitors this: %d, All:%d: %s", (int)this.monitors.length, total_monitors, path);
 
             } catch (Error e) {
                   GLib.debug("Error adding monitor: %s\n", e.message);