diff --git a/test/net/sf/briar/plugins/tor/TorPluginTest.java b/test/net/sf/briar/plugins/tor/TorPluginTest.java
index 43c152fd322c58f13df4a1f001f18659bdb9ba40..cfc2884fe5e255ce8d52061bdfe3f7ab8cfa0e36 100644
--- a/test/net/sf/briar/plugins/tor/TorPluginTest.java
+++ b/test/net/sf/briar/plugins/tor/TorPluginTest.java
@@ -26,6 +26,7 @@ public class TorPluginTest extends BriarTestCase {
 
 	@Test
 	public void testHiddenService() throws Exception {
+		System.err.println("======== testHiddenService ========");
 		Executor e = Executors.newCachedThreadPool();
 		TorPlugin serverPlugin = null, clientPlugin = null;
 		try {
@@ -82,6 +83,7 @@ public class TorPluginTest extends BriarTestCase {
 
 	@Test
 	public void testStoreAndRetrievePrivateKey() throws Exception {
+		System.err.println("======== testStoreAndRetrievePrivateKey ========");
 		Executor e = Executors.newCachedThreadPool();
 		TorPlugin plugin = null;
 		try {