From: Tim Kourt <tim.a.kourt@linux.intel.com>
To: iwd@lists.01.org
Subject: [PATCH] client: Rephrase the wait messages
Date: Wed, 08 Apr 2020 18:51:01 -0700 [thread overview]
Message-ID: <20200409015101.11398-1-tim.a.kourt@linux.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 769 bytes --]
---
client/display.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/display.c b/client/display.c
index cf74326d..4a9f7be0 100644
--- a/client/display.c
+++ b/client/display.c
@@ -548,7 +548,7 @@ void display_disable_cmd_prompt(void)
{
display_refresh_reset();
- rl_set_prompt("Waiting to connect to IWD");
+ rl_set_prompt("Waiting for IWD to start...");
printf("\r");
rl_on_new_line();
rl_redisplay();
@@ -685,7 +685,7 @@ void display_init(void)
rl_completer_quote_characters = "\"";
rl_erase_empty_line = 1;
- rl_callback_handler_install("Waiting for IWD to appear...",
+ rl_callback_handler_install("Waiting for IWD to start...",
readline_callback);
rl_redisplay();
--
2.13.6
next reply other threads:[~2020-04-09 1:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-09 1:51 Tim Kourt [this message]
2020-04-09 15:28 ` [PATCH] client: Rephrase the wait messages 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=20200409015101.11398-1-tim.a.kourt@linux.intel.com \
--to=tim.a.kourt@linux.intel.com \
--cc=iwd@lists.01.org \
/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