summaryrefslogtreecommitdiffstats
path: root/src/cli-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli-command.c')
-rw-r--r--src/cli-command.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cli-command.c b/src/cli-command.c
index 06e0eb30..bf3ab0c4 100644
--- a/src/cli-command.c
+++ b/src/cli-command.c
@@ -193,9 +193,10 @@ static int pa_cli_command_load(struct pa_core *c, struct pa_tokenizer *t, struct
return -1;
}
- if (*verbose)
+ if (*verbose) {
snprintf(txt, sizeof(txt), "Module successfully loaded, index: %u.\n", m->index);
- pa_strbuf_puts(buf, txt);
+ pa_strbuf_puts(buf, txt);
+ }
return 0;
}