diff --git a/dune/gdt/local/bilinear-forms/integrals.hh b/dune/gdt/local/bilinear-forms/integrals.hh
index 2b286cb8d461982ecbbfc705e5209cc08ffbc51f..77c48441e2317992b1cbf1577abb0d49fee70c2a 100644
--- a/dune/gdt/local/bilinear-forms/integrals.hh
+++ b/dune/gdt/local/bilinear-forms/integrals.hh
@@ -120,8 +120,8 @@ public:
       // evaluate the integrand
       LOG_(debug) << "   point_in_{reference_element|physical_space} = {" << print(point_in_reference_element) << "|"
                   << print(element.geometry().global(point_in_reference_element))
-                  << "},\n   integration_factor = " << integration_factor
-                  << ", quadrature_weight = " << quadrature_weight << std::endl;
+                  << "},\n   integration_factor = " << factor << ", quadrature_weight = " << quadrature_point.weight()
+                  << std::endl;
       integrand_->evaluate(test_basis, ansatz_basis, point_in_reference_element, integrand_values_, param);
       assert(integrand_values_.rows() >= rows && "This must not happen!");
       assert(integrand_values_.cols() >= cols && "This must not happen!");