diff --git a/tile_gen/run.sh b/tile_gen/run.sh
index 99c773908772f1acf402eb49e288bd6b64bc1492..7501bea2c61206b36cd6fc710e237427b5054253 100755
--- a/tile_gen/run.sh
+++ b/tile_gen/run.sh
@@ -73,6 +73,7 @@ run_tile_gen() {
         json_info="{\"path\": \"${glob_pattern}\", \"satellite_family\": \"${satellite_family}\", \"satellite_ID\": \"${satellite_id}\", \"instrument\": \"${instrument}\", \"data_type\": \"${data_type}\", \"product\": \"${product}\"}"
         # append the JSON returned by the python (remove the curly braces at the ends)
         json_info="${json_info:0:-1}, ${json_times_changed:1}"
+        echo -e "[[\"$amqpsend_topic\", $json_info]]"
         echo -e "[[\"$amqpsend_topic\", $json_info]]" | python3 /work/amqpfind/amqpsend.py ${AMQPSEND_ARGS}
     done
     echo "Done generating tiles for ${path}"