jackd not running with same samplerate is an error

This commit is contained in:
niels
2015-04-23 23:04:37 +02:00
parent b16c801c84
commit 4d08c2bdcc

View File

@@ -926,8 +926,7 @@ int vj_perform_audio_start(veejay_t * info)
{
vj_jack_stop();
info->audio = NO_AUDIO;
veejay_msg(VEEJAY_MSG_WARNING,"Please run jackd with a sample rate of %ld",
el->audio_rate );
veejay_msg(VEEJAY_MSG_ERROR,"Please run jackd with a sample rate of %ld",el->audio_rate );
return 0;
}