From 44c5f5e474f192f2a14b6430ecfe55601027119e Mon Sep 17 00:00:00 2001 From: Simei Yin Date: Wed, 2 Aug 2017 16:35:09 +0200 Subject: SLUDGE: Refine debug channels --- engines/sludge/moreio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sludge/moreio.cpp') diff --git a/engines/sludge/moreio.cpp b/engines/sludge/moreio.cpp index bc1c57eaf2..a5c7318bdd 100644 --- a/engines/sludge/moreio.cpp +++ b/engines/sludge/moreio.cpp @@ -46,7 +46,7 @@ Common::String readString(Common::SeekableReadStream *stream) { for (int a = 0; a < len; a++) { res += (char)(stream->readByte() - 1); } - debug(kSludgeDebugDataLoad, "Read string of length %i: %s", len, res.c_str()); + debugC(2, kSludgeDebugDataLoad, "Read string of length %i: %s", len, res.c_str()); return res; } -- cgit v1.2.3