Skip to content

Commit da1856d

Browse files
committed
updated main.py
1 parent 15033f5 commit da1856d

File tree

1 file changed

+1
-1
lines changed
  • gcp_cloud_function_sql_export

1 file changed

+1
-1
lines changed

gcp_cloud_function_sql_export/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ def main(event, context):
102102
except HttpError as err:
103103
logging.error("Backup FAILED. Reason: %s", err)
104104
else:
105-
logging.info("Backup task status: %s", response)
105+
logging.info("Backup Task triggered: %s", response)

0 commit comments

Comments
 (0)