aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/scenegraph/coreapi/qsgnode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/scenegraph/coreapi/qsgnode.cpp')
-rw-r--r--src/declarative/scenegraph/coreapi/qsgnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/scenegraph/coreapi/qsgnode.cpp b/src/declarative/scenegraph/coreapi/qsgnode.cpp
index 4779b00406..bff289b332 100644
--- a/src/declarative/scenegraph/coreapi/qsgnode.cpp
+++ b/src/declarative/scenegraph/coreapi/qsgnode.cpp
@@ -126,7 +126,7 @@ QSGNode::~QSGNode()
#ifndef QT_NO_DEBUG
--qt_node_count;
if (qt_node_count < 0)
- qDebug("Material destroyed after qt_print_node_count() was called.");
+ qDebug("Node destroyed after qt_print_node_count() was called.");
#endif
destroy();
}