diff --git a/bin/cqlsh.py b/bin/cqlsh.py index f9fcc656d5..d4b3bfc473 100644 --- a/bin/cqlsh.py +++ b/bin/cqlsh.py @@ -825,7 +825,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 is_using_utf8(self):