Skip to content

Commit 8f731f3

Browse files
committed
correct some typos
1 parent 51a8702 commit 8f731f3

File tree

1 file changed

+3
-3
lines changed
  • security/security-design/fn-datasafe-dbaudit-to-oci-logging/terraform/function/oci-datasafe-audit-to-logging

1 file changed

+3
-3
lines changed

security/security-design/fn-datasafe-dbaudit-to-oci-logging/terraform/function/oci-datasafe-audit-to-logging/func.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def init_rps_client():
3131
logger.error("Init rps client Error: %s.", e)
3232
raise
3333
else:
34-
logger.debug("rps client initialized.")
34+
logger.debug("Rps client initialized.")
3535
return rps_client
3636

3737

@@ -175,7 +175,7 @@ def check_object_from_bucket(l_bucketName, l_objectName, ol_client):
175175
logger.error("Failed access to bucket for check Object file " + l_objectName + ": %s.", e)
176176
raise
177177
else:
178-
logger.debug("Ckeck Object file " + l_objectName + " in bucket done.")
178+
logger.debug("Check Object file " + l_objectName + " in bucket done.")
179179
return fileExist
180180

181181
def check_file_lock_bucket(lo_bucketName, lo_objectName, lo_client, lo_fntimeout, lo_current_time):
@@ -320,7 +320,7 @@ def main(ctx):
320320
logger.debug("Current Time: " + str(current_time))
321321
logger.info("Start execution.")
322322
# Step 1: Initializing RPS Client.
323-
logger.debug("initializing RPS client")
323+
logger.debug("Initializing RPS client")
324324
rps = init_rps_client()
325325
logger.debug("RPS client obtain with Instance Principal.")
326326
# Step 2: Initializing ObjectStorage/Bucket Client.

0 commit comments

Comments
 (0)