Some of these appear to hang, but making this diagnostic appear in the
log reveals the truth: it's just very slow.
Signed-off-by: Simon McVittie <smcv@collabora.com>
{
_dbus_set_fail_alloc_counter (n_mallocs);
- _dbus_verbose ("\n===\n%s: (will fail malloc %d with %d failures)\n===\n",
- description, n_mallocs,
- _dbus_get_fail_alloc_failures ());
+ _dbus_test_diag ("%s: will fail malloc %d and %d that follow",
+ description, n_mallocs,
+ _dbus_get_fail_alloc_failures () - 1);
if (!(* func) (data, FALSE))
return FALSE;