aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve.mcintyre@linaro.org>2015-02-12 07:05:39 +0000
committerSteve McIntyre <steve.mcintyre@linaro.org>2015-02-12 07:05:39 +0000
commit72f1a5c7cc635885532612bb660f6408f234b41b (patch)
treeb7bc0a01d5ac2b7d5f8f84eae2f312cc661c0983
parent7cf8098d50a986cf11c9d4fc71f88acb6e5534ab (diff)
More debug cleanups
Change-Id: I9389b4da917916fa2f98ca0449ecc09f58a2e23e
-rw-r--r--vland.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/vland.py b/vland.py
index 49e7f36..c7403d2 100644
--- a/vland.py
+++ b/vland.py
@@ -99,7 +99,7 @@ while state.running:
raise
logging.debug("client %s sent us:" % json_data['client_name'])
- print json_data
+ logging.debug("json_data"
response = {}
@@ -167,7 +167,7 @@ while state.running:
response['error'] = 'VLANd API not yet implemented...'
logging.debug("sending reply:")
- print response
+ logging.debug(response)
ipc.server_reply(response)