log.error(message);
addMessage(reports, id, message);
if (fix && lostNFoundId != null) {
// add a child to lost+found
NodePropBundle lfBundle = pm.loadBundle(lostNFoundId);
lfBundle.markOld();
String nodeName = id + "-" + System.currentTimeMillis();
lfBundle.addChildNodeEntry(NF.create("", nodeName), id);
pm.storeBundle(lfBundle);
pm.evictBundle(lostNFoundId);