From e8f7753573909306af0593984a956af2d9e22155 Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Mon, 4 Mar 2013 07:07:37 -0800 Subject: testing: add debug output for importing test cases With all the interaction between Client::Sync, Client::Source and CLIENT_TEST_SERVER it can be hard to figure out which test case file gets used. Log that explicitly. --- test/ClientTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/ClientTest.cpp b/test/ClientTest.cpp index 110cf6b5..e8c5c48a 100644 --- a/test/ClientTest.cpp +++ b/test/ClientTest.cpp @@ -6212,6 +6212,7 @@ std::string ClientTest::import(ClientTest &client, TestingSyncSource &source, co { list items; getItems(file, items, realfile); + SE_LOG_DEBUG(NULL, NULL, "importing %d test cases from file %s", (int)items.size(), realfile.c_str()); std::string failures; bool doImport = !luids || luids->empty(); std::list::const_iterator it; -- cgit v1.2.3