From 794d1cb59f9cf7b8006b261bcbb6aa3863c52975 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 6 Aug 2013 14:21:38 -0400 Subject: MultiprocessingCore: log some messages as debug, not error --- src/lib/Bcfg2/Server/MultiprocessingCore.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/Bcfg2/Server/MultiprocessingCore.py') diff --git a/src/lib/Bcfg2/Server/MultiprocessingCore.py b/src/lib/Bcfg2/Server/MultiprocessingCore.py index f67161fc5..b690242f8 100644 --- a/src/lib/Bcfg2/Server/MultiprocessingCore.py +++ b/src/lib/Bcfg2/Server/MultiprocessingCore.py @@ -235,7 +235,7 @@ class ChildCore(BaseCore): # make the return connection before dispatching the actual # RPC call so that the parent is blocking for a connection # as briefly as possible - self.logger.error("Connecting to parent via %s" % address) + self.logger.debug("Connecting to parent via %s" % address) client = Client(address) method, args, kwargs = data rv = None @@ -253,7 +253,7 @@ class ChildCore(BaseCore): method)) if address is not None: # if the key is None, then no response is expected - self.logger.error("Returning data to parent via %s" % address) + self.logger.debug("Returning data to parent via %s" % address) client.send(rv) def _block(self): -- cgit v1.2.3-1-g7c22