X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libtest%2Fcollection.cc;h=3f85d0fe9ea0394e2d1bd9ba1b86bfeec17b2311;hb=674c7578fa870c3b57e81e765c355ce98434b310;hp=5814c2f4a1546cd2fe72ea5a13d0f6628387e4d6;hpb=23bbe3972dada1e21493437ba64be129e86b59fc;p=m6w6%2Flibmemcached diff --git a/libtest/collection.cc b/libtest/collection.cc index 5814c2f4..3f85d0fe 100644 --- a/libtest/collection.cc +++ b/libtest/collection.cc @@ -120,7 +120,7 @@ test_return_t Collection::exec() } catch (libtest::fatal &e) { - Error << "Fatal exception was thrown: " << e.what(); + stream::cerr(e.file(), e.line(), e.func()) << e.what(); _failed++; throw; }