[Scummvm-git-logs] scummvm master -> 1b4842f852453f4d1acc3c5270b4f3da3aa22d97
sev-
sev at scummvm.org
Sun Nov 17 00:29:30 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1b4842f852 SCUMM HE: MBC: Hid noisy debug output
Commit: 1b4842f852453f4d1acc3c5270b4f3da3aa22d97
https://github.com/scummvm/scummvm/commit/1b4842f852453f4d1acc3c5270b4f3da3aa22d97
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-11-17T00:28:59+01:00
Commit Message:
SCUMM HE: MBC: Hid noisy debug output
Changed paths:
engines/scumm/he/moonbase/net_main.cpp
diff --git a/engines/scumm/he/moonbase/net_main.cpp b/engines/scumm/he/moonbase/net_main.cpp
index 0139243..078357b 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,
More information about the Scummvm-git-logs
mailing list