We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703604b commit 8c18c0aCopy full SHA for 8c18c0a
src/ios_backup_extractor.pl
@@ -400,7 +400,7 @@ sub extractMediaFiles
400
qq{\t$DBI::errstr.\n};
401
402
$sth->execute()
403
- or die qq{Warning: 'execute' method failed on ‘$tmp_manifest_db’ SQLite db:\n},
+ or die qq{Error: 'execute' method failed on ‘$tmp_manifest_db’ SQLite db:\n},
404
405
406
my $file_index = 1;
0 commit comments