API Guide
C-10 Mount Example 601355 Rev A
167 printf ( "Media
class [%s] has no media
available for
mounting\n",mediaclass );
168 break;
169 default:
170 printf (
"VolServ error encountered \n"
);
171 break;
172 }
173 }
174
175 /*******************************
**/
176 /* print the error code
for the user */
177 /*******************************
**/
178 print_error ( errh );
179 }
180 else
181 {
182 /*******************************
**/
183 /* print the error code
from the */
184 /* VolServ global error
handle */
185 /*******************************
**/
186 print_error ( VSG_Error
);
187 }
188