mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-12 17:30:19 +00:00
Print debug message before login attempt
This commit is contained in:
@ -1739,6 +1739,9 @@ sub fork_process_login {
|
||||
sleep(1);
|
||||
$rst = 1;
|
||||
} elsif ($child == 0) {
|
||||
if ($xcatdebugmode) {
|
||||
process_debug_info($node, "Attempting to login");
|
||||
}
|
||||
exit(login_request($node));
|
||||
} else {
|
||||
$login_pid_node{$child} = $node;
|
||||
|
Reference in New Issue
Block a user