Logging control

Don't log anything by default, and let the applications change the log
level.
This commit is contained in:
Daniel Drake
2008-11-20 17:23:04 +00:00
parent 29044d9ca9
commit 7c44c86d4c
7 changed files with 68 additions and 3 deletions

View File

@@ -146,6 +146,7 @@ int main(void)
fprintf(stderr, "Failed to initialize libfprint\n");
exit(1);
}
fp_set_debug(3);
discovered_devs = fp_discover_devs();
if (!discovered_devs) {