diff --git a/goss-restorethread.rb b/goss-restorethread.rb index 283e122..0f40692 100644 --- a/goss-restorethread.rb +++ b/goss-restorethread.rb @@ -1398,7 +1398,7 @@ class GossamerForumsImporter < ImportScripts::Base # Sanitize and prepare the post message for Discourse sanitized_post_message = sanitize_post_message(row['post_message']) - puts "CREATE TOPIC POST for current_topic_id #{current_topic_id} discourse_user_id #{discourse_user_id}" + puts "CREATE TOPIC POST for current_topic_id #{current_topic_id} discourse_user_id #{discourse_user_id} sanitized_post_message: #{sanitized_post_message}" post_number = 1 # Increment the post count for the topic