--- usr/share/google/get_metadata_value.orig	2014-12-24 22:41:29 UTC
+++ usr/share/google/get_metadata_value
@@ -26,7 +26,7 @@ function metadata_get_url_code() {
 
 function print_metadata_value() {
   local readonly tmpfile=$(mktemp)
-  curl -f "${1}" -H "Metadata-Flavor: Google" > ${tmpfile} 2>/dev/null
+  curl -s -f "${1}" -H "Metadata-Flavor: Google" > ${tmpfile} 2>/dev/null
   local readonly return_code=$?
   # If the command completed successfully, print the metadata value to stdout.
   if [[ ${return_code} == 0 ]]; then
