diff options
author | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-15 13:17:01 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-02-15 13:17:01 +0200 |
commit | 9291fc60cbc178e773159af490ab7eca32e112c1 (patch) | |
tree | 8e11f5c2ff808df9958b1a61849cc2f00867c5c0 /test | |
parent | 92f9870934fe514bf73d956c594b4827469409a6 (diff) |
test-discovery: Make output a bit more readable
Add an empty line between device found entries to make the output more
readable.
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-discovery | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test-discovery b/test/test-discovery index 22c88c3a6..b7c1c63d0 100755 --- a/test/test-discovery +++ b/test/test-discovery @@ -16,6 +16,8 @@ def device_found(address, properties): else: print " %s = %s" % (key, value) + print + def property_changed(name, value): if (name == "Discovering" and not value): mainloop.quit() |