summaryrefslogtreecommitdiffstats
path: root/test/hangup-active
diff options
context:
space:
mode:
Diffstat (limited to 'test/hangup-active')
-rwxr-xr-xtest/hangup-active2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hangup-active b/test/hangup-active
index 6444b23d..1dd85a65 100755
--- a/test/hangup-active
+++ b/test/hangup-active
@@ -18,7 +18,7 @@ calls = manager.GetCalls()
for path, properties in calls:
state = properties["State"]
- print "[ %s ] %s" % (path, state)
+ print("[ %s ] %s" % (path, state))
if state != "active":
continue