adjust error message on impart
parent
7084538b8c
commit
1eb4a79410
|
@ -6,7 +6,7 @@ module DbImportDataProxy
|
|||
data_service.import(opts, &block)
|
||||
end
|
||||
rescue Exception => e
|
||||
self.log_error(e, "Problem generating DB Export")
|
||||
self.log_error(e, "Problem generating DB Import")
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -17,7 +17,7 @@ module DbImportDataProxy
|
|||
data_service.import_file(opts, &block)
|
||||
end
|
||||
rescue Exception => e
|
||||
self.log_error(e, "Problem generating DB Export")
|
||||
self.log_error(e, "Problem generating DB Import")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue