Git commit cf1165874fa86312130bb1a2c7d1073a507a7a9a by Gilles Caulier. Committed on 20/03/2012 at 10:11. Pushed by cgilles into branch 'master'. add debug statements M +2 -0 libkexiv2/kexiv2.cpp http://commits.kde.org/libkexiv2/cf1165874fa86312130bb1a2c7d1073a507a7a9a diff --git a/libkexiv2/kexiv2.cpp b/libkexiv2/kexiv2.cpp index 517626a..e90a78d 100644 --- a/libkexiv2/kexiv2.cpp +++ b/libkexiv2/kexiv2.cpp @@ -458,6 +458,7 @@ bool KExiv2::save(const QString& imageFilePath) const = if (writeToFile) { + kDebug() << "Will write Metadata to file" << finfo.fileName(); writtenToFile =3D d->saveToFile(finfo); if (writeToFile) { @@ -467,6 +468,7 @@ bool KExiv2::save(const QString& imageFilePath) const = if (writeToSidecar || (writeToSidecarIfFileNotPossible && !writtenToFi= le)) { + kDebug() << "Will write XMP sidecar for file" << givenFileInfo.fil= eName(); writtenToSidecar =3D d->saveToXMPSidecar(imageFilePath); if (writtenToSidecar) {