README.txt
[gitlive] / GitLogParser.js
index 9a99eab..eafa054 100644 (file)
@@ -9,8 +9,9 @@ GitLogParser = {
     {
         this.date  = date;        
         var home  = GLib.get_home_dir();
-        
+        print( "READING FILE");
         var flines = File.read(  home + '/.gitlog' + date.format('/Y/m/d') + '.log').split("\n");
+        print("loaded");
         // first just convert them..
         // we had an old bug that did not put line breaks in there..
         // however 00:00:00: is pretty distinct, so let'st try and split on it..