<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 12, 2016 at 11:07 AM, Chris Johns <span dir="ltr"><<a href="mailto:chrisj@rtems.org" target="_blank">chrisj@rtems.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><span class="">On 12/07/2016 14:41, Deval Shah wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
The problem with the RaspberryPi_USB was that due to some other updates<br>
in mainline, I was not getting the device_printfs. So I switched back to<br>
the old repo of mine.<br>
</blockquote>
<br></span>
It would help if you could please debug this. It is easy to do. Just add a printf in the syslog function and see if it is bring called. If it is being called please check the values and logic for the priority, again some simple prints should show this.<br>
<br></blockquote><div>I added the print statements in the file rtems-libbsd/rtemsbsd/rtems/syslog.c in the "void syslog" function. It is not being called. Also I checked the same, with the repo which gives me the printfs, it turns out that "void syslog" is not being called there too. My syslog function after changes. </div><div><br></div><div><div>void</div><div>syslog(int priority, const char *format, ...)</div><div>{</div><div><span class="" style="white-space:pre">       </span>printf("In syslog function \n");</div><div><span class="" style="white-space:pre"> </span>if (priority <= syslog_priority) {</div><div><span class="" style="white-space:pre">              </span>va_list ap;</div><div><br></div><div><span class="" style="white-space:pre">               </span>va_start(ap, format);</div><div><span class="" style="white-space:pre">              </span>vsyslog(priority, format, ap);</div><div><span class="" style="white-space:pre">             </span>va_end(ap);</div><div><span class="" style="white-space:pre">                </span>printf("Value of priority in syslog: %d\n",priority);</div><div><span class="" style="white-space:pre">    </span>}</div><div>}</div></div><div><br></div><div><br class="">Thanks</div><div>Deval </div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
Thanks<span class=""><font color="#888888"><br>
Chris<br>
</font></span></blockquote></div><div><br></div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div></div></div></div></div>
</div></div>