mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-06 05:34:39 -06:00
add -persist in check and restore mode (for PR)
This commit is contained in:
@@ -87,6 +87,9 @@ func SetLoggingLevel(level int) {
|
||||
loggingLevel = level
|
||||
}
|
||||
|
||||
// log function type for passing as a parameter to functions
|
||||
type LogFunc func(logID string, format string, v ...interface{})
|
||||
|
||||
func LOG_DEBUG(logID string, format string, v ...interface{}) {
|
||||
logf(DEBUG, logID, format, v...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user