Skip to content

Commit 8c18c0a

Browse files
committed
A small error message fix.
1 parent 703604b commit 8c18c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios_backup_extractor.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ sub extractMediaFiles
400400
qq{\t$DBI::errstr.\n};
401401
402402
$sth->execute()
403-
or die qq{Warning: 'execute' method failed on$tmp_manifest_db’ SQLite db:\n},
403+
or die qq{Error: 'execute' method failed on$tmp_manifest_db’ SQLite db:\n},
404404
qq{\t$DBI::errstr.\n};
405405
406406
my $file_index = 1;

0 commit comments

Comments
 (0)