diff options
Diffstat (limited to 'plugins/alsa/alsa-core-ctl.c')
-rw-r--r-- | plugins/alsa/alsa-core-ctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/alsa/alsa-core-ctl.c b/plugins/alsa/alsa-core-ctl.c index 01e560f..7a0c476 100644 --- a/plugins/alsa/alsa-core-ctl.c +++ b/plugins/alsa/alsa-core-ctl.c @@ -639,7 +639,7 @@ OnErrorExit: PUBLIC int AlsaCtlRegister(SoftMixerT *mixer, AlsaSndCtlT *sndcard, AlsaPcmCtlT *pcmdev, RegistryNumidT type, int numid) { int index; - AFB_ApiInfo(mixer->api,"%s: %d!\n", __func__, numid); + AFB_ApiInfo(mixer->api,"%s: registered ID %d.", __func__, numid); for (index = 0; index < sndcard->rcount; index++) { if (!sndcard->registry[index]) break; |