Fixed a debug string

This commit is contained in:
John Wiegley 2009-11-19 01:27:10 -05:00
parent 0c3a6234a9
commit 3f1861fb1e

View file

@ -241,8 +241,7 @@ public:
const predicate_t& predicate,
scope_t& _context)
: item_handler<post_t>(handler), pred(predicate), context(_context) {
TRACE_CTOR(filter_posts,
"post_handler_ptr, const predicate_t&, scope_t&");
TRACE_CTOR(filter_posts, "post_handler_ptr, predicate_t, scope_t&");
}
virtual ~filter_posts() {
TRACE_DTOR(filter_posts);