[Scummvm-git-logs] scummvm master -> d8a6c5678b58d84ea201011007f91e2cfe43389d

sev- sev at scummvm.org
Fri Oct 25 00:43:37 CEST 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:
d8a6c5678b SCUMM HE: Hid unneeded warning


Commit: d8a6c5678b58d84ea201011007f91e2cfe43389d
    https://github.com/scummvm/scummvm/commit/d8a6c5678b58d84ea201011007f91e2cfe43389d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-25T00:43:12+02:00

Commit Message:
SCUMM HE: Hid unneeded warning

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 4b3fce4..764c028 100644
--- a/engines/scumm/he/moonbase/net_main.cpp
+++ b/engines/scumm/he/moonbase/net_main.cpp
@@ -70,7 +70,7 @@ int Net::joinGame(char *IP, char *userName) {
 }
 
 int Net::addUser(char *shortName, char *longName) {
-	warning("STUB: Net::addUser(\"%s\", \"%s\")", shortName, longName); // PN_AddUser
+	debug(1, "Net::addUser(\"%s\", \"%s\")", shortName, longName); // PN_AddUser
 
 	Networking::PostRequest rq(_serverprefix + "/adduser",
 		new Common::Callback<Net, Common::JSONValue *>(this, &Net::addUserCallback),





More information about the Scummvm-git-logs mailing list