diff --git a/functions/helloworld/index.js b/functions/helloworld/index.js index ab2851492c..270cbd1fd1 100644 --- a/functions/helloworld/index.js +++ b/functions/helloworld/index.js @@ -108,7 +108,7 @@ exports.helloGCS = (event, callback) => { exports.helloGCSGeneric = (event, callback) => { const file = event.data; - console.log(` Event ${event.eventId}`); + console.log(` Event: ${event.eventId}`); console.log(` Event Type: ${event.eventType}`); console.log(` Bucket: ${file.bucket}`); console.log(` File: ${file.name}`);