2
2
mirror of https://github.com/octoleo/restic.git synced 2024-09-22 19:59:02 +00:00
restic/src
Jan Niehusmann c5897e0d62 Update debug message
Since client.BucketExists was changed to return a separate 'found' value, instead of reporting an error when the bucket doesn't exist, the error code path does no longer imply a call to client.MakeBucket. So the second part of the debug message, "...trying to create the bucket" doesn't apply any more.
Also, changed the name of the return value from 'ok' to 'found', matching the API documentation at https://docs.minio.io/docs/golang-client-api-reference#BucketExists.
2016-12-05 23:12:30 +01:00
..
cmds Omit "archived as %v" messages in quiet mode. 2016-12-03 10:28:49 +01:00
restic Update debug message 2016-12-05 23:12:30 +01:00