]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- added logging
authorArvin Schnell <aschnell@suse.de>
Wed, 2 Feb 2011 17:39:41 +0000 (18:39 +0100)
committerArvin Schnell <aschnell@suse.de>
Wed, 2 Feb 2011 17:39:41 +0000 (18:39 +0100)
snapper/Snapshot.cc

index bbb7e33ae993998e535ecba91d49f193688cc891..928c4103ea49799d76e0506b1e47c1cf334970f2 100644 (file)
@@ -117,6 +117,8 @@ namespace snapper
        }
 
        sort(entries.begin(), entries.end());
+
+       y2mil("found " << entries.size() << " snapshots");
     }