summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/utils/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index 2761ebaaf..9e343954f 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -2200,7 +2200,7 @@ static void context_subscribe_callback(pa_context *c, pa_subscription_event_type
pa_json_encoder_end_object(encoder);
char* json_str = pa_json_encoder_to_string_free(encoder);
- printf("%s", json_str);
+ printf("%s\n", json_str);
pa_xfree(json_str);
} else {
printf(_("Event '%s' on %s #%u\n"),