summaryrefslogtreecommitdiff
path: root/examples/detect.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/detect.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/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 9c32d9f..92e43b8 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(LIBMTP_DEBUG_ALL);
+ LIBMTP_Set_Debug(LIBMTP_DEBUG_PTP | LIBMTP_DEBUG_DATA);
break;
}
}