From 942c0a7e7a7ae7ec6d9a9773ed8b73334952aa85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Hord=C3=A9?= Date: Wed, 10 Feb 2016 21:40:43 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20modification=20des=20appels=20=C3=A0=20g?= =?UTF-8?q?dx.app.log/debogue/error=20afin=20de=20faire=20des=20filtres=20?= =?UTF-8?q?dans=20logcat.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- desktop/src/fr/evolving/game/desktop/DesktopLauncher.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/src/fr/evolving/game/desktop/DesktopLauncher.java b/desktop/src/fr/evolving/game/desktop/DesktopLauncher.java index 1ce2178..309392c 100644 --- a/desktop/src/fr/evolving/game/desktop/DesktopLauncher.java +++ b/desktop/src/fr/evolving/game/desktop/DesktopLauncher.java @@ -14,6 +14,6 @@ public class DesktopLauncher { config.width = 1024; config.height = 768; new LwjglApplication(new main(), config); - Gdx.app.log("****", "Lancement de l'application \'Desktop\' WireChem..."); + Gdx.app.log("wirechem-DesktopLauncher", "***** Lancement de l'application \'Desktop\' WireChem..."); } }