Merge from built to trunk
[m6w6/libmemcached] / libtest / collection.cc
index 5814c2f4a1546cd2fe72ea5a13d0f6628387e4d6..3f85d0fe9ea0394e2d1bd9ba1b86bfeec17b2311 100644 (file)
@@ -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;
       }