commit | 72f1a5c7cc635885532612bb660f6408f234b41b | [log] [tgz] |
---|---|---|
author | Steve McIntyre <steve.mcintyre@linaro.org> | Thu Feb 12 07:05:39 2015 +0000 |
committer | Steve McIntyre <steve.mcintyre@linaro.org> | Thu Feb 12 07:05:39 2015 +0000 |
tree | b7bc0a01d5ac2b7d5f8f84eae2f312cc661c0983 | |
parent | 7cf8098d50a986cf11c9d4fc71f88acb6e5534ab [diff] [blame] |
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)