Skip to content

Commit dedd219

Browse files
committed
fix(NextFpmPort): update output message for accuracy in ID status
1 parent 4aef8cc commit dedd219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imageroot/update-module.d/10fix_NextFpmPort

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ if current_id is None or last_id > current_id:
6363
f.write(str(last_id))
6464
print(f"{os.environ['MODULE_ID']}: Last virtualhost ID {last_id} written to {output_file}", file=sys.stderr)
6565
else:
66-
print(f"{os.environ['MODULE_ID']}: Last virtualhost ID {last_id} not written, the current ID {current_id} in {output_file} is good", file=sys.stderr)
66+
print(f"{os.environ['MODULE_ID']}: Last virtualhost ID {last_id} not written, the current ID {current_id} in {output_file} is correct", file=sys.stderr)

0 commit comments

Comments
 (0)