diff --git a/pym/console/application/cl_client.py b/pym/console/application/cl_client.py index e00c24b..f12b183 100644 --- a/pym/console/application/cl_client.py +++ b/pym/console/application/cl_client.py @@ -385,7 +385,7 @@ def main(wait_thread): getCRL = threading.Thread(target=get_CRL, args = (path_to_cert, )) getCRL.start() getCRL.join() - print 'GRL updated' + print 'CRL updated' return 0 if args.by_host: