[go: up one dir, main page]

Skip to content

missleading message about validation

With !217 (merged) I have introduced a message about missing validation capabilities in certain backends:

https://gitlab.com/duplicity/duplicity/-/blob/main/duplicity/backend.py?ref_type=heads#L627-630

This seems to be more confusing than helpful for users. There is another issue #812 (closed) to handle the root cause of it.

I suggest to move this message simply from warn to debug level, then it may bubble up different behaviors of backends while troubleshooting.

Bye

Thomas