From 77e6694de5af86e63a65c21d4703af1a6741250f Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 30 Jun 2011 09:26:03 -0500 Subject: Corrected a debug string --- src/filters.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filters.cc') diff --git a/src/filters.cc b/src/filters.cc index ffb7c0c0..89dc552e 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -1373,7 +1373,7 @@ inject_posts::inject_posts(post_handler_ptr handler, account_t * master) : item_handler(handler) { - TRACE_CTOR(inject_posts, "post_handler_ptr, string"); + TRACE_CTOR(inject_posts, "post_handler_ptr, string, account_t *"); scoped_array buf(new char[tag_list.length() + 1]); std::strcpy(buf.get(), tag_list.c_str()); -- cgit v1.2.3