2002-02-18 Lutz Müller <lutz@users.sourceforge.net>
authorLutz Mueller <lutz.s.mueller@gmail.com>
Mon, 18 Feb 2002 08:26:09 +0000 (09:26 +0100)
committerLutz Mueller <lutz.s.mueller@gmail.com>
Mon, 18 Feb 2002 08:26:09 +0000 (09:26 +0100)
        * libexif/exif-data.c: Suppress output unless #ifdef DEBUG

ChangeLog
libexif/exif-data.c

index 566fc23..d7a77b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-02-18  Lutz Müller <lutz@users.sourceforge.net>
+
+       * libexif/exif-data.c: Suppress output unless #ifdef DEBUG
+
 2002-02-17  Lutz Müller <lutz@users.sourceforge.net>
 
        Patch from Fredrik <fredrik@krixor.xy.org>:
index cad1454..6c45134 100644 (file)
@@ -434,7 +434,9 @@ exif_data_load_data (ExifData *data, const unsigned char *d, unsigned int size)
                                break;
 
                        /* Unknown marker or data. Give up. */
+#ifdef DEBUG
                        printf ("EXIF marker not found.\n");
+#endif
                        return;
                }
                d++;