aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he
diff options
context:
space:
mode:
authorEugene Sandulenko2019-11-17 00:28:59 +0100
committerEugene Sandulenko2019-11-17 00:28:59 +0100
commit1b4842f852453f4d1acc3c5270b4f3da3aa22d97 (patch)
tree68f17d7e447e4c403a7a4090558b5977973e2b3f /engines/scumm/he
parentb5de32991bc3dae3222b31b121a4297f2b6631e6 (diff)
downloadscummvm-rg350-1b4842f852453f4d1acc3c5270b4f3da3aa22d97.tar.gz
scummvm-rg350-1b4842f852453f4d1acc3c5270b4f3da3aa22d97.tar.bz2
scummvm-rg350-1b4842f852453f4d1acc3c5270b4f3da3aa22d97.zip
SCUMM HE: MBC: Hid noisy debug output
Diffstat (limited to 'engines/scumm/he')
-rw-r--r--engines/scumm/he/moonbase/net_main.cpp2
1 files changed, 1 insertions, 1 deletions
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,