diff --git a/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module b/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module index dca5cd9e8fa587d93e4dfc2da0d8f0565abf44bd..f74b63a046c32de7647cda17b2d6c86f9ff378f4 100644 --- a/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module +++ b/profiles/wcm_base/modules/custom/ocio_simplesamlphp_auth/ocio_simplesamlphp_auth.module @@ -389,7 +389,7 @@ function ocio_simplesamlphp_auth_cancel_delete_user_submit($form, &$form_state) * are not already assigned. */ function ocio_simplesamlphp_auth_user_login(&$edit, $account) { - watchdog('ocio_simplesamlphp_auth', 'user login hook fired for ' . $account->name)); + watchdog('ocio_simplesamlphp_auth', 'user login hook fired for ' . $account->name); // check for whitelist entry for the user logging in $whitelist_entry = _ocio_simplesamlphp_auth_get_whitelist_entry($account->name); // user is whitelisted