summaryrefslogtreecommitdiff
path: root/examples/detect.c
diff options
context:
space:
mode:
authorCatalin Patulea <cat@vv.carleton.ca>2012-07-19 00:57:42 -0400
committerLinus Walleij <triad@df.lth.se>2012-07-20 15:54:42 +0200
commitda25de0358e4291f213490b7f38d98436fe2ed14 (patch)
tree2e215231a934ff99b4c3b1700eb66f693394d981 /examples/detect.c
parent03f04da466ad6562052c9c3cbbb6540e6ed399ac (diff)
downloadlibmtp-da25de0358e4291f213490b7f38d98436fe2ed14.tar.gz
Clean up related to debug flags.
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca> Signed-off-by: Linus Walleij <triad@df.lth.se>
Diffstat (limited to 'examples/detect.c')
-rw-r--r--examples/detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/detect.c b/examples/detect.c
index bdfbff2..9c32d9f 100644
--- a/examples/detect.c
+++ b/examples/detect.c
@@ -71,7 +71,7 @@ int main (int argc, char **argv)
while ((opt = getopt(argc, argv, "d")) != -1 ) {
switch (opt) {
case 'd':
- LIBMTP_Set_Debug(9);
+ LIBMTP_Set_Debug(LIBMTP_DEBUG_ALL);
break;
}
}