mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 11:28:54 +00:00
Add warnings via Warnf to the debug log
This commit is contained in:
parent
bdcafbc11c
commit
37aca6bec0
@ -282,6 +282,7 @@ func Warnf(format string, args ...interface{}) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Fprintf(os.Stderr, "unable to write to stderr: %v\n", err)
|
fmt.Fprintf(os.Stderr, "unable to write to stderr: %v\n", err)
|
||||||
}
|
}
|
||||||
|
debug.Log(format, args...)
|
||||||
}
|
}
|
||||||
|
|
||||||
// resolvePassword determines the password to be used for opening the repository.
|
// resolvePassword determines the password to be used for opening the repository.
|
||||||
|
Loading…
Reference in New Issue
Block a user