GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 14:06:05 +0000 (22:06 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 14:06:05 +0000 (22:06 +0800)
GitMonitor.vala

index 6fecb25..68cc3cb 100644 (file)
@@ -349,7 +349,7 @@ public class GitMonitor : Monitor
             
             //repo.debug = 1;
             // these can fail... at present... as we wildcard stuff.
-            stdout.printf("ADD : %d files"  , add_files.length);
+            stdout.printf("ADD : %u files"  , add_files.length);
             
             // make sure added files do not get removed..