On Fri, Mar 14, 2014 at 02:24:33PM -0700, Andy Zhou wrote:
> log_backtrace() and log_backtrace_msg() logs the back trace into
> the log file. It may be most useful when debugging unit tests.
> "backtrace.h" documents the usage. It is not being called directly
> in the code, but rather as a handy tool available when needed.

In backtrace.h, the comment talks about LOG_BACKTRACE in all caps, but
the actual macro is log_backtrace() in lowercase.  Either name is
fine, as long as we're consistent.

>  #include "backtrace.h"
> +#include "inttypes.h"

<inttypes.h> is the standard header.

Acked-by: Ben Pfaff <b...@nicira.com>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to