Skip to content

Commit

Permalink
Change error message to report missing storage planes rather than clu…
Browse files Browse the repository at this point in the history
…sters.
  • Loading branch information
jackdelv committed Jul 8, 2024
1 parent 4cceb25 commit 525f982
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dali/dfuXRefLib/dfuxreflib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2638,11 +2638,7 @@ class CXRefManager: public CXRefManagerBase
Owned<IGroup> g;
unsigned j;
if (!nclusters) {
#ifdef _CONTAINERIZED
error("XREF","No storage planes specified\n");
#else
error("XREF","No clusters specified\n");
#endif
return NULL;
}
if (!numdirs) {
Expand Down

0 comments on commit 525f982

Please sign in to comment.