make the no shutdown warning developer only (does the user realy need to

see it?)
This commit is contained in:
Bill Currie 2001-12-20 23:55:49 +00:00
parent 3f4aa1dc6c
commit aaf9b953a4

View file

@ -192,7 +192,7 @@ PI_UnloadPlugin (plugin_t *plugin)
&& plugin->functions->general->p_Shutdown) {
plugin->functions->general->p_Shutdown ();
} else {
Sys_Printf ("Warning: No shutdown function for type %d plugin!\n", plugin->type);
Sys_DPrintf ("Warning: No shutdown function for type %d plugin!\n", plugin->type);
}
if (!plugin->handle) // we didn't load it
return true;