mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Removed debug output
This commit is contained in:
parent
b45c08611c
commit
9af9f033dd
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ int snd_dlsym_verify(void *handle, const char *name, const char *version)
|
||||||
strcpy(vname + 1, name);
|
strcpy(vname + 1, name);
|
||||||
strcat(vname, version);
|
strcat(vname, version);
|
||||||
res = dlsym(handle, vname) == NULL ? -ENOENT : 0;
|
res = dlsym(handle, vname) == NULL ? -ENOENT : 0;
|
||||||
printf("dlsym verify: %i, vname = '%s'\n", res, vname);
|
// printf("dlsym verify: %i, vname = '%s'\n", res, vname);
|
||||||
if (res < 0)
|
if (res < 0)
|
||||||
SNDERR("unable to verify version for symbol %s", name);
|
SNDERR("unable to verify version for symbol %s", name);
|
||||||
return res;
|
return res;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue