add tracing to getLocal

This commit is contained in:
Arnout Engelen
2006-02-05 17:24:19 +00:00
parent a04db4b338
commit 501a379af5
3 changed files with 7 additions and 3 deletions

View File

@@ -313,7 +313,7 @@ int main (int argc, char** argv)
handle * handles = NULL;
device * current_dev = devices;
while (current_dev != NULL) {
getLocal(current_dev->name);
getLocal(current_dev->name, tracemode);
if ((!tracemode) && (!DEBUG)){
//caption->append(current_dev->name);
//caption->append(" ");