CC-3245: upgrade 1.8->2.0 cause error in show recorder

- new cofig field was missing from recorder.cfg.200
- better log when execption happens
This commit is contained in:
James 2012-01-13 16:24:16 -05:00
parent 41b072b412
commit ecdd957525
2 changed files with 7 additions and 3 deletions

View file

@ -25,3 +25,5 @@ record_samplerate = 44100
record_channels = 2
record_sample_size = 16
#can be either ogg|mp3, mp3 recording requires installation of the package "lame"
record_file_type = 'ogg'