aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/statemachine/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/statemachine/state.cpp')
-rw-r--r--src/imports/statemachine/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/statemachine/state.cpp b/src/imports/statemachine/state.cpp
index 09d246cc1e..f1294b0de0 100644
--- a/src/imports/statemachine/state.cpp
+++ b/src/imports/statemachine/state.cpp
@@ -54,7 +54,7 @@ void State::componentComplete()
static bool once = false;
if (!once) {
once = true;
- qmlInfo(this) << "No top level StateMachine found. Nothing will run without a StateMachine.";
+ qmlWarning(this) << "No top level StateMachine found. Nothing will run without a StateMachine.";
}
}
}