More debug cleanups

Change-Id: I9389b4da917916fa2f98ca0449ecc09f58a2e23e
diff --git a/vland.py b/vland.py
index 49e7f36..c7403d2 100644
--- a/vland.py
+++ b/vland.py
@@ -99,7 +99,7 @@
         raise
 
     logging.debug("client %s sent us:" % json_data['client_name'])
-    print json_data
+    logging.debug("json_data"
 
     response = {}
 
@@ -167,7 +167,7 @@
         response['error'] = 'VLANd API not yet implemented...'
 
     logging.debug("sending reply:")
-    print response
+    logging.debug(response)
 
     ipc.server_reply(response)