From 71e8cd681ef95e8d16f6836c0eb1d882c8ba2243 Mon Sep 17 00:00:00 2001 From: drfho Date: Sat, 14 Dec 2024 19:20:00 +0800 Subject: [PATCH] log text --- Products/zms/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Products/zms/__init__.py b/Products/zms/__init__.py index 0be807823..0ee670a0a 100644 --- a/Products/zms/__init__.py +++ b/Products/zms/__init__.py @@ -259,7 +259,7 @@ def initialize(context): min_hash_fileobj = open(fileobj.name + '.hash', 'w') min_hash_fileobj.write(min_hash) OFS.misc_.misc_.zms['confdict']['js_min.hash'] = min_hash - standard.writeStdout(context, "New minify hash created: %s" % min_hash_fileobj.name) + standard.writeStdout(context, "add %s" % min_hash_fileobj.name) min_hash_fileobj.close() min_fileobj.close()