MDL-15505

Add debugging call if mnet authentication is not enabled.

Merged from STABLE_19
This commit is contained in:
thepurpleblob
2008-07-02 14:25:16 +00:00
parent 30f54a9c16
commit ffed6d83ad
+1
View File
@@ -28,6 +28,7 @@ class block_mnet_hosts extends block_list {
if (!is_enabled_auth('mnet')) {
// no need to query anything remote related
debugging( 'mnet authentication plugin is not enabled', DEBUG_ALL );
return '';
}