Commit 32548a6
Fix unfilled format string in add_execution_profile timeout message
The error message at Cluster.add_execution_profile() had an unfilled %s
placeholder: 'Failed to create all new connection pools in the %ss timeout.'
The pool_wait_timeout value was never interpolated into the string, so
users would see a literal '%s' instead of the actual timeout value.
Signed-off-by: Yaniv Kaul <yaniv.kaul@scylladb.com>1 parent 5cd0158 commit 32548a6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1683 | 1683 | | |
1684 | 1684 | | |
1685 | 1685 | | |
1686 | | - | |
| 1686 | + | |
1687 | 1687 | | |
1688 | 1688 | | |
1689 | 1689 | | |
| |||
0 commit comments