Add newlines
This commit is contained in:
parent
90664655f3
commit
72d859c4dd
1 changed files with 2 additions and 2 deletions
|
|
@ -252,11 +252,11 @@ module Granblue
|
|||
end
|
||||
|
||||
def log_new_record(record)
|
||||
@logger&.log_verbose("Created #{model_class.name} with ID: #{record.granblue_id}")
|
||||
@logger&.log_verbose("Created #{model_class.name} with ID: #{record.granblue_id}\n")
|
||||
end
|
||||
|
||||
def log_updated_record(record)
|
||||
@logger&.log_verbose("Updated #{model_class.name} with ID: #{record.granblue_id}")
|
||||
@logger&.log_verbose("Updated #{model_class.name} with ID: #{record.granblue_id}\n")
|
||||
end
|
||||
|
||||
def parse_value(value)
|
||||
|
|
|
|||
Loading…
Reference in a new issue