Skip to content

Commit

Permalink
Merge 936821e into 4504f8d
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavdangeti committed Jul 29, 2016
2 parents 4504f8d + 936821e commit 03e2bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/phosphor/phosphor.h
Expand Up @@ -120,7 +120,7 @@
} scoped_trace_inst_##__LINE__##__FILE__;

#define TRACE_EVENT0(category, name) \
TRACE_EVENT_START(category, name); \
TRACE_EVENT_START0(category, name); \
struct scoped_trace_t_##__LINE__##__FILE__ { \
~scoped_trace_t_##__LINE__##__FILE__() { \
phosphor::TraceLog::getInstance().logEvent( \
Expand Down

0 comments on commit 03e2bef

Please sign in to comment.