Skip to content
Snippets Groups Projects

loopy unpacking and multi packing

Merged Sevda Esen requested to merge sevda-loopy-unpacking3 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -168,7 +168,7 @@ namespace DataPacking::Buffer {
if ( !from ) {
this->warning() << "Source location " << prels.linkMgr()->link( srcLink )->path()
<< " not persisted, skip the relation." << endmsg;
<< " not persisted or not unpacked, skip the relation." << endmsg;
continue;
}
@@ -178,7 +178,7 @@ namespace DataPacking::Buffer {
if ( !to ) {
this->warning() << "Destination location " << prels.linkMgr()->link( destLink )->path()
<< " not persisted, skip the relation." << endmsg;
<< " not persisted or not unpacked, skip the relation." << endmsg;
continue;
}
Loading