Merge branch 'trac6849' into review

This commit is contained in:
Patric Busanny
2016-07-25 09:23:59 +02:00

View File

@ -168,7 +168,7 @@ public class PersistentData
}
catch (NodeNotFoundException e)
{
pdMode = PERSISTENT_DATA_MODE_TRANSITION;
pdMode = PERSISTENT_DATA_MODE_rdfReadLegacy;
Logger.debug(L.m("Attribut %1 nicht gefunden. Verwende Voreinstellung '%2'.",
PERSISTENT_DATA_MODE, pdMode));
}