From 9291fc60cbc178e773159af490ab7eca32e112c1 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Wed, 15 Feb 2012 13:17:01 +0200 Subject: [PATCH] test-discovery: Make output a bit more readable Add an empty line between device found entries to make the output more readable. --- test/test-discovery | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.47.3