From 75a66a1f80aab5cc22fc172dd2f9dbdb289cd9ca Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 18 Jan 2010 22:14:35 +0000 Subject: [PATCH] disable certain logging in client_test --- examples/client_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/client_test.cpp b/examples/client_test.cpp index b7dcbeeea..894aff838 100644 --- a/examples/client_test.cpp +++ b/examples/client_test.cpp @@ -788,7 +788,8 @@ int main(int argc, char* argv[]) , alert::all_categories & ~(alert::dht_notification + alert::progress_notification - + alert::debug_notification)); + + alert::debug_notification + + alert::stats_notification)); std::vector in; if (load_file(".ses_state", in) == 0)