aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)