]> sjero.net Git - linphone/commitdiff
add trace at daemon startup
authorSimon Morlat <simon.morlat@linphone.org>
Mon, 14 Jun 2010 20:44:56 +0000 (22:44 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Mon, 14 Jun 2010 20:44:56 +0000 (22:44 +0200)
coreapi/lsd.c

index a31592e9aa76ee0c246b0cf20eac70b25fe10c89..84b5c3e84694d79961969ce0e0e93d0cc417bd19 100644 (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;
 }