From b4ad4255e646b1d5d6dcbb7d22fdb987983b700d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 1 Apr 2016 01:02:07 +0200 Subject: Ctrl: setState(StateType) depth msg is error not debug --- core/src/ch/asynk/rustanddust/game/Ctrl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/ch/asynk/rustanddust/game/Ctrl.java b/core/src/ch/asynk/rustanddust/game/Ctrl.java index bd93601..6ec7184 100644 --- a/core/src/ch/asynk/rustanddust/game/Ctrl.java +++ b/core/src/ch/asynk/rustanddust/game/Ctrl.java @@ -369,7 +369,7 @@ public abstract class Ctrl implements Disposable { depth += 1; if (depth > 1) - RustAndDust.debug(String.format("***!!!*** STATE DEPTH : %d", depth)); + RustAndDust.error(String.format("***!!!*** STATE DEPTH : %d", depth)); if (nextState == StateType.ABORT) nextState = abortAction(); -- cgit v1.1-2-g2b99