summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-01-19 13:22:04 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-01-19 13:22:04 (GMT)
commitf2b45efc3aa26c360259eefcc3cc31c056d34ef5 (patch)
treec5aa9cae02d9bca9ff013d30348b41f453ba1a6e /options.c
parent57c708218fc8384acefd942e38d54bad881f53d7 (diff)
fixed build
Diffstat (limited to 'options.c')
-rw-r--r--options.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/options.c b/options.c
index 2169837..0042e2b 100644
--- a/options.c
+++ b/options.c
@@ -531,7 +531,8 @@ void options_print(options_t* opt)
#ifdef OPT_SWITCHCTL
printf("mode: '%s'\n", opt->mode_ == MODE_MASTER ? "master" : "standby");
- printf("channel: '%s'\n", opt->channel_ == CHAN_MAIN ? "main" : "music");
+ printf("channel_master: '%s'\n", opt->channel_master_ == CHAN_MAIN ? "main" : "music");
+ printf("channel_standby: '%s'\n", opt->channel_standby_ == CHAN_MAIN ? "main" : "music");
printf("conf_file: '%s'\n", opt->conf_file_);
printf("switch_dev: '%s'\n", opt->switch_dev_);
printf("alias_table: \n");