Skip to content
Snippets Groups Projects
Commit dc4dfc2d authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- improved message report

parent d921496d
No related branches found
No related tags found
No related merge requests found
......@@ -674,10 +674,10 @@ sub parse_iexml($filename, $recovery_flag) {
if (!defined $repid) {
say STDERR "No repid found in file $filename, is IE intentionally purged?";
if ($is_deleted) {
say STDERR " Yes, a corresponding purge event is found.";
say STDERR " Yes, a corresponding purge/delete/recover event is found.";
}
else {
say STDERR " No, a corresponding purge event was missed. This indicates an error in archive.";
say STDERR " No, a corresponding purge/delete/recover event was missed. This indicates an error in archive.";
}
return $ret;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment