summaryrefslogtreecommitdiff
path: root/examples/albumart.c
diff options
context:
space:
mode:
authorCatalin Patulea <cat@vv.carleton.ca>2012-07-20 19:00:24 -0400
committerLinus Walleij <triad@df.lth.se>2012-07-30 10:55:17 +0200
commit406d5f9be243e236dd846045a2f790653d70be41 (patch)
tree9b6d64f1726ce3cef8fa0ea040aa9bdf5d107269 /examples/albumart.c
parentc9deb7341d2ef7e16775b7fc10fa9116b894b793 (diff)
downloadlibmtp-406d5f9be243e236dd846045a2f790653d70be41.tar.gz
Oops.. restore examples to their original 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 4b9f5dd..c98b305 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(LIBMTP_DEBUG_ALL);
+ LIBMTP_Set_Debug(LIBMTP_DEBUG_PTP | LIBMTP_DEBUG_DATA);
break;
case 'i':
idcount++;