From f58c3f2e81e5cef689cf4b60a2616d062ee8edf6 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 23 Sep 2012 17:19:34 +0000 Subject: Source files cleanup: UI files renamed git-svn-id: http://mc-server.googlecode.com/svn/trunk@878 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/cClientHandle.cpp') diff --git a/source/cClientHandle.cpp b/source/cClientHandle.cpp index 5802fc1d1..5aa06eb36 100644 --- a/source/cClientHandle.cpp +++ b/source/cClientHandle.cpp @@ -10,7 +10,7 @@ #include "cInventory.h" #include "cChestEntity.h" #include "cSignEntity.h" -#include "UI/cWindow.h" +#include "UI/Window.h" #include "cItem.h" #include "cTorch.h" #include "cDoors.h" @@ -1067,7 +1067,7 @@ void cClientHandle::Tick(float a_Dt) void cClientHandle::SendDisconnect(const AString & a_Reason) { - LOGD("Sending a DC"); + LOGD("Sending a DC: \"%s\"", a_Reason.c_str()); m_Protocol->SendDisconnect(a_Reason); } -- cgit v1.2.3