diff --git a/xCAT-server/sbin/xcatd b/xCAT-server/sbin/xcatd index f8bd9bb7a..fc67c1446 100755 --- a/xCAT-server/sbin/xcatd +++ b/xCAT-server/sbin/xcatd @@ -3507,6 +3507,7 @@ sub cmdlog_submitlog() { $tmpreq =~ s/\[Request\]\s+(.+)/$1/g; if ($tmpreq =~ /getipmicons/) { return 1; } if ($tmpreq =~ /getcons/) { return 1; } + if ($tmpreq =~ /getopenbmccons/) { return 1; } if ($cmdlog_alllog !~ /\n$/) { $cmdlog_alllog .= "\n";