mirror of
https://github.com/zulip/zulip.git
synced 2026-06-24 21:08:25 +08:00
Fix missing prefix cache error output.
This commit is contained in:
parent
8654b57c7b
commit
f03bfc5816
@ -63,7 +63,8 @@ def get_or_create_key_prefix():
|
||||
time.sleep(0.5)
|
||||
|
||||
if not prefix:
|
||||
sys.exit("Could not read memcache key prefix file")
|
||||
print("Could not read memcache key prefix file")
|
||||
sys.exit(1)
|
||||
|
||||
return prefix
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user