summaryrefslogtreecommitdiff
path: root/examples/detect.c
diff options
context:
space:
mode:
authortedbullock <tedbullock>2007-03-04 01:23:39 +0000
committertedbullock <tedbullock>2007-03-04 01:23:39 +0000
commit8909e941ce4b765341402dbc00efd6618ae68e19 (patch)
tree544e37c5dbd68ff4731f631e1ae3fd1ea1971f07 /examples/detect.c
parent817a2c91120c9ba7abdb72f632d2f49be2e84333 (diff)
downloadlibmtp-8909e941ce4b765341402dbc00efd6618ae68e19.tar.gz
Pretty up the output a bit
Diffstat (limited to 'examples/detect.c')
-rw-r--r--examples/detect.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/detect.c b/examples/detect.c
index 636fb5f..7e1bc57 100644
--- a/examples/detect.c
+++ b/examples/detect.c
@@ -181,7 +181,6 @@ int main (int argc, char **argv)
}
// Device certificate XML fragment
- fprintf(stdout, "Trying to acquire device certificate\n");
ret = LIBMTP_Get_Device_Certificate(iter, &devcert);
if (ret == 0 && devcert != NULL) {
fprintf(stdout, "\nDevice Certificate:\n%s\n", devcert);
@@ -194,7 +193,6 @@ int main (int argc, char **argv)
}
// Try to get Media player device info XML file...
- fprintf(stdout, "Trying to print WMPInfo.xml if it exists\n");
files = LIBMTP_Get_Filelisting_With_Callback(iter, NULL, NULL);
if (files != NULL) {
LIBMTP_file_t *file, *tmp;