summaryrefslogtreecommitdiff
path: root/examples/albumart.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/albumart.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/albumart.c')
-rw-r--r--examples/albumart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/albumart.c b/examples/albumart.c
index 7fe9077..4b9f5dd 100644
--- a/examples/albumart.c
+++ b/examples/albumart.c
@@ -63,7 +63,7 @@ int main (int argc, char **argv) {
case 'h':
usage();
case 'd':
- LIBMTP_Set_Debug(9);
+ LIBMTP_Set_Debug(LIBMTP_DEBUG_ALL);
break;
case 'i':
idcount++;