--- old/test/native/logging/test_logConfiguration.cpp 2017-06-30 20:02:24.027828100 +0200 +++ new/test/native/logging/test_logConfiguration.cpp 2017-06-30 20:02:23.402341900 +0200 @@ -363,7 +363,8 @@ LogConfiguration::register_update_listener(&Test_logconfiguration_subscribe_helper); - LogConfiguration::parse_log_arguments("stdout", "logging=trace", NULL, NULL, log.error_stream()); + LogStream ls(log.error()); + LogConfiguration::parse_log_arguments("stdout", "logging=trace", NULL, NULL, &ls); ASSERT_EQ(1, Test_logconfiguration_subscribe_triggered); LogConfiguration::configure_stdout(LogLevel::Debug, true, LOG_TAGS(gc));