aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/statemachine/statemachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/statemachine/statemachine.cpp')
-rw-r--r--src/imports/statemachine/statemachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/statemachine/statemachine.cpp b/src/imports/statemachine/statemachine.cpp
index 76de01fe94..a9ea5f7a95 100644
--- a/src/imports/statemachine/statemachine.cpp
+++ b/src/imports/statemachine/statemachine.cpp
@@ -69,7 +69,7 @@ void StateMachine::setRunning(bool running)
void StateMachine::componentComplete()
{
if (QStateMachine::initialState() == NULL && childMode() == QState::ExclusiveStates)
- qmlInfo(this) << "No initial state set for StateMachine";
+ qmlWarning(this) << "No initial state set for StateMachine";
// Everything is proper setup, now start the state-machine if we got
// asked to do so.