From 732dd69e4d9e1b70edffad9829e34d84155cd91b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Jul 2017 14:55:38 +0300 Subject: Adapt to non-optional buildtab target --- mod/mod-build-log.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/mod-build-log.cxx') diff --git a/mod/mod-build-log.cxx b/mod/mod-build-log.cxx index f9fb0e5..b667c08 100644 --- a/mod/mod-build-log.cxx +++ b/mod/mod-build-log.cxx @@ -200,8 +200,7 @@ handle (request& rq, response& rs) << "config: " << b->configuration << endl << "machine: " << b->machine << " (" << b->machine_summary << ")" << endl - << "target: " << (b->target ? b->target->string () : "") - << endl + << "target: " << b->target.string () << endl << "timestamp: "; butl::to_stream (os, b->timestamp, "%Y-%m-%d %H:%M:%S%[.N] %Z", true, true); -- cgit v1.1