diff --git a/tools/client_id_checker.rb b/tools/client_id_checker.rb index 55f0f79..84f2c03 100644 --- a/tools/client_id_checker.rb +++ b/tools/client_id_checker.rb @@ -23,6 +23,11 @@ end end +if client_ids.count > 0 + puts "# client_ids associated with two or more entries:" +else + puts "# no client_ids are associated with two or more entries." +end client_ids.each do |client_id| count = 0