summaryrefslogtreecommitdiffstats
path: root/pulse/pulse.c
diff options
context:
space:
mode:
Diffstat (limited to 'pulse/pulse.c')
-rw-r--r--pulse/pulse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulse/pulse.c b/pulse/pulse.c
index e738d07..8a60507 100644
--- a/pulse/pulse.c
+++ b/pulse/pulse.c
@@ -211,7 +211,7 @@ int pulse_connect(snd_pulse_t * p, const char *server)
return 0;
error:
- fprintf(stderr, "*** PULSEAUDIO: Unable to connect: %s\n",
+ SNDERR("PulseAudio: Unable to connect: %s\n",
pa_strerror(pa_context_errno(p->context)));
pa_threaded_mainloop_unlock(p->mainloop);