diff --git a/scripts/b2rexpkg/baseapp.py b/scripts/b2rexpkg/baseapp.py index d566810..9dcd236 100644 --- a/scripts/b2rexpkg/baseapp.py +++ b/scripts/b2rexpkg/baseapp.py @@ -128,7 +128,7 @@ def getAgent(self, agentID): return agent def processRegionHandshake(self, regionID, pars): - print("REGUION HANDSHAKE", pars) + print("REGION HANDSHAKE", pars) def processLayerData(self, layerType, b64data): data = base64.urlsafe_b64decode(b64data.encode('ascii')) @@ -150,7 +150,7 @@ def processConnectedCommand(self, agent_id, agent_access): self.agent_access = agent_access def default_error_db(self, request, error): - logger.error("error downloading "+str(request)+": "+str(error)) + logger.warning("error downloading "+str(request)+": "+str(error)) #traceback.print_tb(error[2]) def addDownload(self, http_url, cb, cb_pars=(), error_cb=None, main=None): diff --git a/scripts/b2rexpkg/simrt.py b/scripts/b2rexpkg/simrt.py index 7abd56c..670ff78 100644 --- a/scripts/b2rexpkg/simrt.py +++ b/scripts/b2rexpkg/simrt.py @@ -71,7 +71,7 @@ def unpack_v3(data, offset, min, max): class BlenderAgent(object): do_megahal = False - verbose = True + verbose = False def __init__(self, in_queue, out_queue): self.nlayers = 0 self.creating = False