log error when timed out
authorFlorian Dold <florian.dold@gmail.com>
Mon, 20 Jun 2016 15:01:38 +0000 (15:01 +0000)
committerFlorian Dold <florian.dold@gmail.com>
Mon, 20 Jun 2016 15:01:38 +0000 (15:01 +0000)
src/set/test_set_union_result_symmetric.c

index 77fec71c66be8e007c0bbab60c49abd360993fc9..13f5c3e18c54f8ac062346f7527aaca0c40cbaa0 100644 (file)
@@ -298,6 +298,8 @@ static void
 timeout_fail (void *cls)
 {
   GNUNET_SCHEDULER_shutdown ();
+  GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+              "test timed out\n");
   ret = 1;
 }