1
0
mirror of https://github.com/gilbertchen/duplicacy synced 2025-12-11 05:43:23 +00:00

Record deleted snapshots in the fossil collection and if any deleted snapshot still exist nude the fossil collection

This commit is contained in:
Gilbert Chen
2018-08-04 22:59:25 -04:00
parent 48cc5eaedb
commit 93cc632021
4 changed files with 119 additions and 3 deletions

View File

@@ -129,7 +129,7 @@ func logf(level int, logID string, format string, v ...interface{}) {
// fmt.Printf("%s %s %s %s\n", now.Format("2006-01-02 15:04:05.000"), getLevelName(level), logID, message)
if testingT != nil {
if level < WARN {
if level <= WARN {
if level >= loggingLevel {
testingT.Logf("%s %s %s %s\n",
now.Format("2006-01-02 15:04:05.000"), getLevelName(level), logID, message)