aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/projectbuilddata.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/buildgraph/projectbuilddata.cpp')
-rw-r--r--src/lib/corelib/buildgraph/projectbuilddata.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/projectbuilddata.cpp b/src/lib/corelib/buildgraph/projectbuilddata.cpp
index b244e571e..f6b564d9a 100644
--- a/src/lib/corelib/buildgraph/projectbuilddata.cpp
+++ b/src/lib/corelib/buildgraph/projectbuilddata.cpp
@@ -397,7 +397,7 @@ private:
m_product->buildData->nodes += node;
if (m_logger.debugEnabled()) {
m_logger.qbsDebug() << "[BG] create " << node->toString()
- << " for product " << m_product->name;
+ << " for product " << m_product->uniqueName();
}
}
if (parentRule) {