diff options
author | nicm <nicm> | 2014-04-17 07:55:43 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-04-17 07:55:43 +0000 |
commit | 2740490e279bac7b01f18cc39aa59a5de09e3a95 (patch) | |
tree | 664689226d287ee21d97062c53fc1ef17464dda1 /options-table.c | |
parent | 877bdb46ed91580a3a4c430bc8c550314301352a (diff) | |
download | rtmux-2740490e279bac7b01f18cc39aa59a5de09e3a95.tar.gz rtmux-2740490e279bac7b01f18cc39aa59a5de09e3a95.tar.bz2 rtmux-2740490e279bac7b01f18cc39aa59a5de09e3a95.zip |
Remove the "info" message mechanism, this was only used for about five
mostly useless and annoying messages. Change those commands to silence
on success like all the others. Still accept the -q command line flag
and "quiet" server option for now.
Diffstat (limited to 'options-table.c')
-rw-r--r-- | options-table.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options-table.c b/options-table.c index a46f5ce6..1010e84f 100644 --- a/options-table.c +++ b/options-table.c @@ -90,7 +90,7 @@ const struct options_table_entry server_options_table[] = { { .name = "quiet", .type = OPTIONS_TABLE_FLAG, - .default_num = 0 /* overridden in main() */ + .default_num = 0 }, { .name = "set-clipboard", |