diff options
-rwxr-xr-x | test/test-voicecall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-voicecall b/test/test-voicecall index 2da7703b..e7d0dc09 100755 --- a/test/test-voicecall +++ b/test/test-voicecall @@ -72,7 +72,7 @@ if __name__ == "__main__": voicecalls_property_changed('Calls', properties['Calls']) - print "Dialing...." + print "Dialing %s..." % number obj = vcmanager.Dial(number, "") print "Dialing in progress, got obj: %s" % (obj) |