<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hi all,</p>
<p><br>
</p>
<p>when i run ipxe application on the uefi shell, i kind of need snp.c file's debug prints but they do not show up even when i have made below change,</p>
<p><span><br>
</span></p>
<p><span>#define DBG_LOG                ( DBGLVL & DBGLVL_LOG )</span><br>
</p>
<p><span>to</span></p>
<p><span></span></p>
<div>#define DBG_LOG                  1 /*( DBGLVL & DBGLVL_LOG )*/</div>
<div><br>
</div>
<div><br>
</div>
<div></div>
<div>Any help would be of great help.</div>
<div><br>
</div>
<div>Best Regards,</div>
<div>Shubham </div>
<br>
<p></p>
</div>
</body>
</html>