try {
Logger.minor(this, "DATABASE: "+o.getClass()+":"+o+":"+database.ext().getID(o));
} catch (Throwable t) {
Logger.minor(this, "CAUGHT "+t+" FOR CLASS "+o.getClass());
}
database.deactivate(o, 1);
}
int total = 0;
for(Map.Entry<String,Integer> entry : map.entrySet()) {
System.err.println(entry.getKey()+" : "+entry.getValue());
total += entry.getValue();