diff options
author | Catalin Patulea <cat@vv.carleton.ca> | 2012-07-19 00:57:42 -0400 |
---|---|---|
committer | Linus Walleij <triad@df.lth.se> | 2012-07-20 15:54:42 +0200 |
commit | da25de0358e4291f213490b7f38d98436fe2ed14 (patch) | |
tree | 2e215231a934ff99b4c3b1700eb66f693394d981 /examples/albumart.c | |
parent | 03f04da466ad6562052c9c3cbbb6540e6ed399ac (diff) | |
download | libmtp-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.c | 2 |
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++; |