watchdog('versioncontrol_gitlab','Failed to add email %email for user %user error: %msg',['%email'=>$email->email,'%user'=>$account->uid.' - '.$account->git_username,'%msg'=>$e->getMessage()],WATCHDOG_ERROR);
watchdog('versioncontrol_gitlab','Failed to remove email %email for user %user error: %msg',['%email'=>$email,'%user'=>$account->uid.' - '.$account->git_username,'%msg'=>$e->getMessage()],WATCHDOG_ERROR);
}
}
}
catch(Exception$e){
watchdog('versioncontrol_gitlab','Failed to update emails for user %user error: %msg',['%user'=>$account->uid.' - '.$account->git_username,'%msg'=>$e->getMessage()],WATCHDOG_ERROR);
}
}
/**
* Implements hook_menu().
*
@@ -561,7 +485,6 @@ function versioncontrol_gitlab_user_process($data) {