Commit bc51051b authored by Claes Sjofors's avatar Claes Sjofors

Dbs file generation, message for missing referenced volume added

parent de84b65f
......@@ -623,7 +623,10 @@ wb_dbs::prepareSectVolref()
nvep = (sVentry*)tree_Insert(&sts, m_vol_th, &vp->vid);
if (sts == TREE__INSERTED) {
wb_mvrep *nmvrep = m_v->merep()->volume(&sts, vp->vid);
if ( EVEN(sts)) throw wb_error_str("Metavolume not found");
if ( EVEN(sts)) {
printf( "** Classvolume %s referenced but not loaded\n", vp->name);
throw wb_error_str("Metavolume not loaded");
}
dvVersion = getDvVersion( mvrep);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment