diff --git a/test/simple-agent b/test/simple-agent index cdfc2076..f34c04f4 100755 --- a/test/simple-agent +++ b/test/simple-agent @@ -54,7 +54,7 @@ class Agent(dbus.service.Object): in_signature='o', out_signature='ss') def RequestUserNameAndPassword(self, path): - print("RequestPrivateKeyPassphrase (%s)" % (path)) + print("RequestUserNameAndPassword (%s)" % (path)) print("Service credentials requested, type cancel to cancel") user = input('User name: ')