diff options
author | Chris Robinson <[email protected]> | 2017-06-30 17:22:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-30 17:22:15 -0700 |
commit | 32bda7b94c95f4f83a5c329c415d4dc14e099c03 (patch) | |
tree | accb1899ceefb4d42157855518b2774bf8c7e77a /router/alc.c | |
parent | 77e317609b3a879a8fb3970ecc7d347c09a7a528 (diff) |
Add tracing capabilities to the router
Diffstat (limited to 'router/alc.c')
-rw-r--r-- | router/alc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/router/alc.c b/router/alc.c index 8f095fec..c5840154 100644 --- a/router/alc.c +++ b/router/alc.c @@ -279,6 +279,7 @@ static void AppendDeviceList(EnumeratedList *list, const ALCchar *names, ALint i return; while(*name_end) { + TRACE("Enumerated \"%s\", driver %d\n", name_end, idx); count++; name_end += strlen(name_end)+1; } |