Merge branch 'cassandra-4.0' into cassandra-4.1

This commit is contained in:
Brandon Williams 2023-08-18 13:57:28 -05:00
commit a2af87de8a
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ class Shell(cmd.Cmd):
if extra:
baseversion = baseversion[0:extra]
if baseversion != build_version:
print("WARNING: cqlsh was built against {}, but this server is {}. All features may not work!".format(baseversion, build_version))
print("WARNING: cqlsh was built against {}, but this server is {}. All features may not work!".format(build_version, baseversion))
@property
def batch_mode(self):