($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: "Sertonix" <sertonix@posteo.net>
To: <iwd@lists.linux.dev>
Subject: [PATCH] test: log correct function name
Date: Tue, 19 Sep 2023 11:51:29 +0000	[thread overview]
Message-ID: <CVMUXBOJCCQ3.3DY5I2CD7ES6U@sert-surfa-alpine> (raw)

Matched the printed function name with the actuall function name.

The simple-agent test prints the function name to allow easier debugging.

One name was not set currectly (most likely through copy pasting).

---
 test/simple-agent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: ')
-- 
2.42.0


             reply	other threads:[~2023-09-19 12:01 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-19 11:51 Sertonix [this message]
2023-09-25 14:30 ` [PATCH] test: log correct function name Denis Kenzior
2023-10-12 13:01   ` Sertonix
2023-10-16 18:21 ` Denis Kenzior

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CVMUXBOJCCQ3.3DY5I2CD7ES6U@sert-surfa-alpine \
    --to=sertonix@posteo.net \
    --cc=iwd@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).