From 1b4842f852453f4d1acc3c5270b4f3da3aa22d97 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 17 Nov 2019 00:28:59 +0100 Subject: SCUMM HE: MBC: Hid noisy debug output --- engines/scumm/he/moonbase/net_main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') diff --git a/engines/scumm/he/moonbase/net_main.cpp b/engines/scumm/he/moonbase/net_main.cpp index 013924304b..078357b038 100644 --- a/engines/scumm/he/moonbase/net_main.cpp +++ b/engines/scumm/he/moonbase/net_main.cpp @@ -431,7 +431,7 @@ int Net::remoteSendData(int typeOfSend, int sendTypeParam, int type, Common::Str byte *buf = (byte *)malloc(res.size() + 1); strncpy((char *)buf, res.c_str(), res.size()); - debug("Package to send: %s", res.c_str()); + debug(2, "Package to send: %s", res.c_str()); Networking::PostRequest *rq = new Networking::PostRequest(_serverprefix + "/packet", nullptr, -- cgit v1.2.3