File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ extension ViewController: UIDocumentPickerDelegate {
300
300
logger? . error ( " \( #function, privacy: . public) - Export failed: \( error) " )
301
301
let alert = UIAlertController (
302
302
title: " Export failed " ,
303
- message: error. localizedDescription ,
303
+ message: " \( error) " ,
304
304
preferredStyle: . alert
305
305
)
306
306
alert. addAction ( UIAlertAction ( title: " OK " , style: . default) )
Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ func USLogFilesExportTo(_ directory: URL) throws -> URL {
190
190
enum errType : String {
191
191
case notDirectory = " Not a directory URL "
192
192
case logDirURLNil = " Failed get logDirURL "
193
- case noLogDir = " Log directory does not exist "
194
- case noLogFiles = " The log directory is empty "
193
+ case noLogDir = " The log is not ready, please try again later (d) "
194
+ case noLogFiles = " The log is not ready, please try again later (f) "
195
195
case exportFailed = " Export failed "
196
196
}
197
197
let type : errType
You can’t perform that action at this time.
0 commit comments