Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
- Pass in false to required parameter of getDataStoragePlane
  • Loading branch information
jackdelv committed Dec 6, 2024
1 parent c9b183e commit ffc0291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dali/dfuXRefLib/dfuxreflib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1653,7 +1653,8 @@ void loadFromDFS(CXRefManagerBase &manager,IGroup *grp,unsigned numdirs,const ch
}
if (isContainerized())
{
UWARNLOG("Replication not supported in containerized version");
// revisit: replication should be property of plane
// UWARNLOG("Replication not supported in containerized version");
break;
}
if (replicate)
Expand Down

0 comments on commit ffc0291

Please sign in to comment.