mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Make all debug/info level messages untranslatable
Debug and info messages are primarily meant for developers, rather than end users. Let's save translators' time, and leave them untranslated. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
5d20f571bc
commit
764da4260a
4 changed files with 38 additions and 38 deletions
|
|
@ -574,7 +574,7 @@ static void setup_context(pa_context *c, pa_iochannel *io) {
|
|||
c->pdispatch = pa_pdispatch_new(c->mainloop, c->use_rtclock, command_table, PA_COMMAND_MAX);
|
||||
|
||||
if (pa_client_conf_load_cookie(c->conf, cookie, sizeof(cookie)) < 0)
|
||||
pa_log_info(_("No cookie loaded. Attempting to connect without."));
|
||||
pa_log_info("No cookie loaded. Attempting to connect without.");
|
||||
|
||||
t = pa_tagstruct_command(c, PA_COMMAND_AUTH, &tag);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue