diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index c85ddf158..c70ba64e5 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -637,6 +637,7 @@ sub getnodeattr }else{ foreach my $output1 (@output){ if($output1 =~ /$attr=(\w.+)/){ + log_this("$attr is $1"); return $1; } }