Skip to content

Commit 9a30782

Browse files
committed
oops.
1 parent 162ae3b commit 9a30782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/import_mails

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Message.transaction do
3434
STDERR.puts("#{list}:#{seq} already exists in Postgres")
3535
rescue StandardError => e
3636
errors << [seq, e]
37-
STDERR.puts("failed to import #{list}:#{seq}: #{e}")
37+
STDERR.puts("failed to import #{list.name}:#{seq}: #{e}")
3838
end
3939
end
4040
end

0 commit comments

Comments
 (0)