From c2c4547b7c5bdd660927fc65da155f58cc6ebe35 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 4 Apr 2008 20:06:47 +0000 Subject: Remove uses of obsolete TRACE macros in tests. --- test/raidfile/testraidfile.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/raidfile') diff --git a/test/raidfile/testraidfile.cpp b/test/raidfile/testraidfile.cpp index 40703de5..f15fec27 100644 --- a/test/raidfile/testraidfile.cpp +++ b/test/raidfile/testraidfile.cpp @@ -622,7 +622,8 @@ int test(int argc, const char *argv[]) TEST_THAT(n2 != n3); TEST_THAT(n1 != n3); TEST_THAT(n1 == n4); // ie wraps around - TRACE3("Gen paths= '%s','%s',%s'\n", n1.c_str(), n2.c_str(), n3.c_str()); + BOX_TRACE("Gen paths = '" << n1 << "', '" << n2 << + "', '" << n3); } // Create a RaidFile -- cgit v1.2.3