2
0
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:
Mark Gurevich
2017-12-05 14:11:44 -05:00
parent a64441e1da
commit 3657834065

View File

@ -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;