add trace at daemon startup

This commit is contained in:
Simon Morlat 2010-06-14 22:44:56 +02:00
parent 1a32d8f8a5
commit 11a292a808

View file

@ -261,7 +261,7 @@ LinphoneSoundDaemon * linphone_sound_daemon_new(const char *cardname, int rate,
lsd->proxycard=ms_snd_card_new(&proxycard);
lsd->proxycard->data=lsd;
ms_message("LinphoneSoundDaemon started with rate=%i, nchannels=%i",rate,nchannels);
return lsd;
}